(edf82e6ca) Modified: VideoPlayer video position, medical objective completion, saving segment when objective is completed

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:50:50 +02:00
parent 91e87e8b74
commit 8b5e18c348
10 changed files with 247 additions and 37 deletions
@@ -1434,6 +1434,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;