Banning players, networkevent refactoring, wire syncing bugfixes, wrenches can be used as a melee weapon, proper error message for invalid IPs, drawing held items in correct position, fixed client crashing if sending a chatmessage while connection is lost
This commit is contained in:
@@ -280,7 +280,7 @@ namespace Barotrauma.Items.Components
|
||||
{
|
||||
if (!PlayerInput.LeftButtonDown())
|
||||
{
|
||||
panel.Item.NewComponentEvent(panel, true);
|
||||
panel.Item.NewComponentEvent(panel, true, true);
|
||||
draggingConnected = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user