(f68ad6ccc) Minor changes to tutorial texts

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:51:17 +02:00
parent 0f405512b2
commit 723df67f6f
7 changed files with 238 additions and 30 deletions
@@ -1440,6 +1440,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;