(8be88da45) Included videos in project, added them to xml

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:48:29 +02:00
parent 27efec90c9
commit a90ce22107
7 changed files with 246 additions and 16 deletions
@@ -1404,6 +1404,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;