Fix world info bug

This commit is contained in:
Catfoolyou
2025-04-20 14:16:22 -04:00
parent 9500f1317b
commit a9abfb2f0d
15 changed files with 5372 additions and 5351 deletions

View File

@@ -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);