mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Fix world.getFullTime()
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user