mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-19 17:04:03 -05:00
Update
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user