3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 21:10:17 +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() {
return world.k();
return world.l();
}
public void setFullTime(long time) {