mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 04:09:54 +01:00
Fix world.getFullTime()
This commit is contained in:
parent
c0a78fa6c6
commit
09cfbfbf73
@ -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 New Issue
Block a user