mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-27 07:27:15 +01:00
Port new changes
This commit is contained in:
parent
32f72cb614
commit
f009c83529
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue