(bce1100e8) ClientCode.projitems update

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:45:45 +02:00
parent ff4ecd15b3
commit 556d86ed4f
8 changed files with 51 additions and 34 deletions
@@ -1371,6 +1371,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;