mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-21 15:51:51 +00:00
Return basic.js
This commit is contained in:
parent
5fd82ad67c
commit
6239d88431
1 changed files with 2 additions and 1 deletions
|
|
@ -7,5 +7,6 @@ mcServer.createMCServer({
|
|||
'online-mode': true,
|
||||
gameMode:0,
|
||||
commands: {},
|
||||
logging:false
|
||||
logging:false,
|
||||
modpe:false
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue