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) {