(69e52eea2) Fixed: Tutorial not resetting properly on retry

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:51:03 +02:00
parent 8b5e18c348
commit 0f405512b2
8 changed files with 240 additions and 5 deletions
@@ -1437,6 +1437,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;