Archived
0

set empty station on undocked

This commit is contained in:
Mo
2015-10-04 14:44:36 +03:00
parent e886762edd
commit d6b45a9ec8

View File

@@ -69,7 +69,7 @@ public class EDCE {
if (profile.isDocked()) {
checkStarport(packet.getLastStarport());
} else {
profile.setSystem(ModelFabric.NONE_SYSTEM);
profile.setStation(ModelFabric.NONE_STATION);
}
}
checkShip(packet.getShip());