mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +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() {
|
||||
return world.k();
|
||||
return world.l();
|
||||
}
|
||||
|
||||
public void setFullTime(long time) {
|
||||
|
|
Loading…
Reference in a new issue