mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-08 04:30:47 +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,
|
'online-mode': true,
|
||||||
gameMode:0,
|
gameMode:0,
|
||||||
commands: {},
|
commands: {},
|
||||||
logging:false
|
logging:false,
|
||||||
|
modpe:false
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue