mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 07:53:07 +01:00
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();
|
GlobalStation currentStation = train.getCurrentStation();
|
||||||
if (currentStation == null)
|
if (currentStation == null)
|
||||||
return false;
|
return false;
|
||||||
BlockPos stationPos = currentStation.getTilePos();
|
|
||||||
ResourceKey<Level> stationDim = currentStation.getTileDimension();
|
ResourceKey<Level> stationDim = currentStation.getTileDimension();
|
||||||
MinecraftServer server = level.getServer();
|
MinecraftServer server = level.getServer();
|
||||||
if (server == null)
|
if (server == null)
|
||||||
|
|
Loading…
Reference in a new issue