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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user