(4589e2b8d) Minor changes to tutorial text

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:53:00 +02:00
parent 080ac78ded
commit 0c8772f6a1
7 changed files with 204 additions and 5 deletions
@@ -1473,6 +1473,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;