mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-10 10:01:48 +00:00
makes kick timeout configurable
This commit is contained in:
parent
50785a9e5e
commit
d04e2b829b
1 changed files with 2 additions and 1 deletions
3
app.js
3
app.js
|
|
@ -22,7 +22,8 @@ var options = {
|
|||
commands: commands,
|
||||
logging:settings.logging,
|
||||
generation:settings.generation,
|
||||
'modpe': settings.modpe
|
||||
'modpe': settings.modpe,
|
||||
kickTimeout: settings.kickTimeout ? settings.kickTimeout : 10*1000
|
||||
};
|
||||
|
||||
mcServer.createMCServer(options);
|
||||
|
|
|
|||
Loading…
Reference in a new issue