mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
Fix world.getFullTime()
This commit is contained in:
parent
c0a78fa6c6
commit
09cfbfbf73
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue