Clients can't send wire positions to the server

This commit is contained in:
Regalis
2017-05-03 21:28:09 +03:00
parent ab4e8cee83
commit 464078e565
2 changed files with 7 additions and 32 deletions

View File

@@ -227,7 +227,7 @@ namespace Barotrauma.Items.Components
if (wires[i, j] == null) continue;
Connections[i].Wires[j] = wires[i,j];
wires[i, j].Connect(Connections[i], false);
wires[i, j].Connect(Connections[i], true);
var otherConnection = Connections[i].Wires[j].OtherConnection(Connections[i]);