Fix world.getFullTime()
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
f3fe2a426c
commit
26be6db6d5
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ public class CraftWorld implements World {
|
|||
}
|
||||
|
||||
public long getFullTime() {
|
||||
return world.k();
|
||||
return world.l();
|
||||
}
|
||||
|
||||
public void setFullTime(long time) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue