(6840c9114) Set the objective frame to be drawn behind other gui elements. TODO: test and complain if doesn't work ;)

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:49:53 +02:00
parent 5c324a6de9
commit 69852a141e
8 changed files with 227 additions and 6 deletions
@@ -1422,6 +1422,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;