set scoreLimit to 10

This commit is contained in:
Jeena 2014-06-07 15:21:34 +02:00
parent 450d1d6473
commit 24e179f3b2

View file

@ -247,7 +247,7 @@ function create(channelName, callback) {
levelUids: maps,
maxUsers: 10,
minUsers: 2,
scoreLimit: 1
scoreLimit: 10
}
localStorage["customname"] = channelName;