set empty station on undocked
This commit is contained in:
@@ -69,7 +69,7 @@ public class EDCE {
|
|||||||
if (profile.isDocked()) {
|
if (profile.isDocked()) {
|
||||||
checkStarport(packet.getLastStarport());
|
checkStarport(packet.getLastStarport());
|
||||||
} else {
|
} else {
|
||||||
profile.setSystem(ModelFabric.NONE_SYSTEM);
|
profile.setStation(ModelFabric.NONE_STATION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkShip(packet.getShip());
|
checkShip(packet.getShip());
|
||||||
|
|||||||
Reference in New Issue
Block a user