mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Increases score limit back to a higher value
It had been reduced to 1 for testing.
This commit is contained in:
parent
8fc1fb5d4e
commit
875a40185e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ function () {
|
||||||
CHANNEL_DESTRUCTION_TIME: 0.5 * 60,
|
CHANNEL_DESTRUCTION_TIME: 0.5 * 60,
|
||||||
CHANNEL_END_ROUND_TIME: 20, //10,
|
CHANNEL_END_ROUND_TIME: 20, //10,
|
||||||
CHANNEL_DEFAULT_MAX_USERS: 10,
|
CHANNEL_DEFAULT_MAX_USERS: 10,
|
||||||
CHANNEL_DEFAULT_SCORE_LIMIT: 1,
|
CHANNEL_DEFAULT_SCORE_LIMIT: 5,
|
||||||
CHANNEL_DEFAULT_LEVELS: ["debug"],
|
CHANNEL_DEFAULT_LEVELS: ["debug"],
|
||||||
CHANNEL_RECORD_SESSION: false,
|
CHANNEL_RECORD_SESSION: false,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue