1. Removing a fleet member with /destroy_entity or letting it overheat and despawn doesn't remove it from the fleet list.
2. Removing the flagship in the same way will cause a server nullpointerexception
Logs: {F6428}
```[2016-02-14 15:59:36] java.lang.NullPointerException
[2016-02-14 15:59:36] at obfuscated.WQ.a(SourceFile:19)
[2016-02-14 15:59:36] at obfuscated.WV.onUpdate(SourceFile:66)
[2016-02-14 15:59:36] at obfuscated.arX.update(SourceFile:167)
[2016-02-14 15:59:36] at obfuscated.arT.updateOnActive(SourceFile:145)
[2016-02-14 15:59:36] at obfuscated.arQ.update(SourceFile:115)
[2016-02-14 15:59:36] at obfuscated.WJ.a(SourceFile:57)
[2016-02-14 15:59:36] at org.schema.game.server.controller.GameServerController.update(SourceFile:1114)
[2016-02-14 15:59:36] at org.schema.schine.network.server.ServerController.run(SourceFile:256)
[2016-02-14 15:59:36] at java.lang.Thread.run(Unknown Source)
[2016-02-14 15:59:36] Exception: Error occured updating AI (ExcMessage: null): Current Program: obfuscated.ani@2ce60cbd; state: anp; in Ship[Fleet Member Team 1](15)
[2016-02-14 15:59:36] java.lang.NullPointerException
[2016-02-14 15:59:36] at org.schema.common.util.linAlg.Vector3i.<init>(SourceFile:45)
[2016-02-14 15:59:36] at obfuscated.anp.onUpdate(SourceFile:105)
[2016-02-14 15:59:36] at obfuscated.arX.update(SourceFile:167)
[2016-02-14 15:59:36] at obfuscated.arT.updateOnActive(SourceFile:145)
[2016-02-14 15:59:36] at obfuscated.arS.updateOnActive(SourceFile:44)
[2016-02-14 15:59:36] at obfuscated.amv.updateOnActive(SourceFile:261)
[2016-02-14 15:59:36] at obfuscated.arQ.update(SourceFile:115)
[2016-02-14 15:59:36] at obfuscated.SH.a(SourceFile:217)
[2016-02-14 15:59:36] at obfuscated.Sf.updateLocal(SourceFile:546)
[2016-02-14 15:59:36] at org.schema.game.server.controller.GameServerController.update(SourceFile:1278)
[2016-02-14 15:59:36] at org.schema.schine.network.server.ServerController.run(SourceFile:256)
[2016-02-14 15:59:36] at java.lang.Thread.run(Unknown Source)```
NOTE: After restarting my SP, the removed member was not in the list anymore so it just doesn't update immediately.