Remove unnecessary variable
This commit is contained in:
parent
c5e178de80
commit
c06d9bf81c
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ public class StationUnloadedCondition extends ScheduleWaitCondition {
|
|||
GlobalStation currentStation = train.getCurrentStation();
|
||||
if (currentStation == null)
|
||||
return false;
|
||||
BlockPos stationPos = currentStation.getTilePos();
|
||||
ResourceKey<Level> stationDim = currentStation.getTileDimension();
|
||||
MinecraftServer server = level.getServer();
|
||||
if (server == null)
|
||||
|
|
Loading…
Reference in a new issue