Merge branch '6.3.x' of github.com:BuildCraft/BuildCraft into 6.3.x
This commit is contained in:
commit
7361a72710
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ public class RobotRegistry extends WorldSavedData implements IRobotRegistry {
|
|||
if (stations.containsKey(index)) {
|
||||
if (station.robotTaking() != null) {
|
||||
station.robotTaking().setDead();
|
||||
} else if (station.robotIdTaking() != EntityRobotBase.NULL_ROBOT_ID) {
|
||||
stationsTakenByRobot.get(station.robotIdTaking()).remove(index);
|
||||
}
|
||||
|
||||
stations.remove(index);
|
||||
|
|
Loading…
Reference in a new issue