changed scoreLimit to 1 for debugging

This commit is contained in:
Jeena 2014-06-07 12:05:50 +02:00
parent 5f2be233ba
commit 9f0d173a82

View file

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