Return basic.js

This commit is contained in:
F6CF 2015-10-01 18:15:13 +05:00 committed by Romain Beaumont
parent 5fd82ad67c
commit 6239d88431

View file

@ -7,5 +7,6 @@ mcServer.createMCServer({
'online-mode': true, 'online-mode': true,
gameMode:0, gameMode:0,
commands: {}, commands: {},
logging:false logging:false,
modpe:false
}); });