(936119c69) Fixed: Aligning problems when an objective is removed, crashing when EnemyOnSonar is triggered, dead monsters still counting for EnemyOnSonar, ReactorCommand objective to complete when the order is given.

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:50:21 +02:00
parent 3b8aeb27c5
commit ff20f7f374
9 changed files with 252 additions and 30 deletions
@@ -1428,6 +1428,9 @@ namespace Barotrauma.Networking
case ServerNetObject.CLIENT_LIST:
ReadClientList(inc);
break;
case ServerNetObject.CLIENT_LIST:
ReadClientList(inc);
break;
case ServerNetObject.CHAT_MESSAGE:
ChatMessage.ClientRead(inc);
break;