v0.3.3.1: fixed the inventories of selected players going behind the chatbox, fixed clients sending deselect messages for characters other than their own, using keybinds when moving the camera

This commit is contained in:
Regalis
2016-02-21 00:29:53 +02:00
parent 308ae7a8b0
commit d6443ac6a4
6 changed files with 16 additions and 37 deletions

View File

@@ -105,6 +105,11 @@ namespace Barotrauma.Networking
get { return inGameHUD; }
}
public GUIListBox ChatBox
{
get { return chatBox; }
}
public NetworkMember()
{
inGameHUD = new GUIFrame(new Rectangle(0,0,0,0), null, null);