mirror of
https://github.com/catfoolyou/Alpha-1.1.2_01.git
synced 2025-06-03 21:20:57 -05:00
Fix autosave period
This commit is contained in:
parent
e328e8535c
commit
a237ef36f5
Binary file not shown.
@ -111,7 +111,7 @@ public class World implements IBlockAccess {
|
||||
this.DIST_HASH_MAGIC = 1013904223;
|
||||
this.editingBlocks = false;
|
||||
this.lockTimestamp = System.currentTimeMillis();
|
||||
this.autosavePeriod = 40;
|
||||
this.autosavePeriod = 4000;
|
||||
this.playerEntities = new ArrayList();
|
||||
this.rand = new Random();
|
||||
this.isNewWorld = false;
|
||||
@ -145,7 +145,7 @@ public class World implements IBlockAccess {
|
||||
this.DIST_HASH_MAGIC = 1013904223;
|
||||
this.editingBlocks = false;
|
||||
this.lockTimestamp = System.currentTimeMillis();
|
||||
this.autosavePeriod = 40;
|
||||
this.autosavePeriod = 4000;
|
||||
this.playerEntities = new ArrayList();
|
||||
this.rand = new Random();
|
||||
this.isNewWorld = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user