mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-24 17:21:43 +00:00
decrease kickTimeout back to its normal value
This commit is contained in:
parent
06770fc23f
commit
37db96d8a1
1 changed files with 0 additions and 1 deletions
1
app.js
1
app.js
|
|
@ -21,7 +21,6 @@ var options = {
|
||||||
gameMode:settings.gameMode,
|
gameMode:settings.gameMode,
|
||||||
commands: commands,
|
commands: commands,
|
||||||
logging:settings.logging,
|
logging:settings.logging,
|
||||||
kickTimeout:10*60*1000,
|
|
||||||
generation:settings.generation,
|
generation:settings.generation,
|
||||||
'modpe': settings.modpe
|
'modpe': settings.modpe
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue