mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
changed scoreLimit to 1 for debugging
This commit is contained in:
parent
5f2be233ba
commit
9f0d173a82
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ function create(channelName, callback) {
|
|||
levelUids: maps,
|
||||
maxUsers: 10,
|
||||
minUsers: 2,
|
||||
scoreLimit: 10
|
||||
scoreLimit: 1
|
||||
}
|
||||
|
||||
localStorage["customname"] = channelName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue