(65082ada7) Changed some tutorial text titles

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:52:01 +02:00
parent c0192ad19b
commit 018fcb0fa0
7 changed files with 219 additions and 19 deletions
@@ -1449,6 +1449,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;