mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 10:47:41 +00:00
Fix world info bug
This commit is contained in:
@@ -253,7 +253,7 @@ public class WorldInfo
|
||||
par1NBTTagCompound.setLong("Time", this.totalTime);
|
||||
par1NBTTagCompound.setLong("DayTime", this.worldTime);
|
||||
par1NBTTagCompound.setLong("SizeOnDisk", this.sizeOnDisk);
|
||||
par1NBTTagCompound.setLong("LastPlayed", SysUtil.steadyTimeMillis());
|
||||
par1NBTTagCompound.setLong("LastPlayed", System.currentTimeMillis());
|
||||
par1NBTTagCompound.setString("LevelName", this.levelName);
|
||||
par1NBTTagCompound.setInteger("version", this.saveVersion);
|
||||
par1NBTTagCompound.setInteger("rainTime", this.rainTime);
|
||||
|
||||
Reference in New Issue
Block a user