Disable limit of 5.
This commit is contained in:
parent
a3590f3580
commit
9b6144de5b
|
@ -14,8 +14,9 @@
|
||||||
},
|
},
|
||||||
"challenge" : {
|
"challenge" : {
|
||||||
"allowPlayerDeath" : 1,
|
"allowPlayerDeath" : 1,
|
||||||
"killLimit" : 5,
|
"disableLimit" : 5,
|
||||||
"timeLimit" : 180,
|
"timeLimit" : 180,
|
||||||
|
"eliminateThreats" : 1,
|
||||||
"challenges" : [
|
"challenges" : [
|
||||||
{
|
{
|
||||||
"type" : "CHALLENGE_DISABLE",
|
"type" : "CHALLENGE_DISABLE",
|
||||||
|
|
Loading…
Reference in New Issue