Time-of-day fix for Fabric (all versions) and Forge (1.13-1.16)
This commit is contained in:
parent
c48ed688b2
commit
7225edc1d6
9 changed files with 9 additions and 9 deletions
|
|
@ -107,7 +107,7 @@ public class FabricWorld extends DynmapWorld {
|
|||
@Override
|
||||
public long getTime() {
|
||||
if (world != null)
|
||||
return world.getTime();
|
||||
return world.getTimeOfDay();
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue