Fix wires getting placed when picking up a wire coil (#628)

This commit is contained in:
ShadowCommander
2020-02-08 02:27:18 -08:00
committed by GitHub
parent 9c3692d7d0
commit 4515b5a0af

View File

@@ -144,7 +144,7 @@ namespace Content.Server.GameObjects.Components.Stack
Timer.Spawn(300, () => _sharedNotifyManager.PopupMessage(popupPos, eventArgs.User, "Stack is now full.")); Timer.Spawn(300, () => _sharedNotifyManager.PopupMessage(popupPos, eventArgs.User, "Stack is now full."));
} }
return true;
} }
else if (toTransfer == 0 && stack.AvailableSpace == 0) else if (toTransfer == 0 && stack.AvailableSpace == 0)
{ {