mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 11:40:46 +00:00
Update app.js
This commit is contained in:
parent
e88ca19177
commit
8fb1582164
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
|
@ -9,6 +9,7 @@ var options = {
|
||||||
port: settings.port,
|
port: settings.port,
|
||||||
'online-mode': settings.onlineMode,
|
'online-mode': settings.onlineMode,
|
||||||
gameMode:settings.gameMode,
|
gameMode:settings.gameMode,
|
||||||
|
logging: settings.logging,
|
||||||
commands: commands
|
commands: commands
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue