3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 05:20:05 +01:00

Fix world.getFullTime()

Dieser Commit ist enthalten in:
Erik Broes 2011-04-01 09:24:42 +02:00
Ursprung c0a78fa6c6
Commit 09cfbfbf73

Datei anzeigen

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