- Added commands.js to commands like save & spawn.
- Added save command (Still need candies, items, avatar & tutorial)
- Enabled auto-save (Only save when there is players on).
- Changed SAVE_INTERVAL from 6e4 to 1e4 (Saves about every 12-13
second.)
- Updated to v 0.5.9
This commit is contained in:
Cronick
2016-09-15 23:43:19 +02:00
parent 79d0e284ff
commit 45ae047dd2
5 changed files with 70 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export default {
// otherwise leave it blank
LOCAL_IP: "",
GAME_MODE: 0,
SAVE_INTERVAL: 6e4,
SAVE_INTERVAL: 1e4,
// Better dont touch these
TICK_INTERVAL: 1,
// Timeouts