1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 02:34:30 +01:00

Fix world.getFullTime()

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
CraftBukkit/Spigot 2011-04-01 09:24:42 +02:00
parent f3fe2a426c
commit 26be6db6d5

View file

@ -406,7 +406,7 @@ public class CraftWorld implements World {
}
public long getFullTime() {
return world.k();
return world.l();
}
public void setFullTime(long time) {