mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Fix world.getFullTime()
This commit is contained in:
@@ -406,7 +406,7 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public long getFullTime() {
|
||||
return world.k();
|
||||
return world.l();
|
||||
}
|
||||
|
||||
public void setFullTime(long time) {
|
||||
|
Reference in New Issue
Block a user