mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
Port new changes
This commit is contained in:
parent
32f72cb614
commit
f009c83529
@ -77,7 +77,7 @@ public class ScheduleItemEntityInteraction {
|
||||
if (directions == null)
|
||||
return;
|
||||
|
||||
boolean onServer = !event.getWorld().isClientSide;
|
||||
boolean onServer = !event.getLevel().isClientSide;
|
||||
|
||||
if (train.runtime.paused && !train.runtime.completed) {
|
||||
if (onServer) {
|
||||
|
Loading…
Reference in New Issue
Block a user