Relay fix attempt number n + 1

This commit is contained in:
Joonas Rikkonen
2018-03-01 15:56:03 +02:00
parent ab99aa9ac1
commit 1255b21853

View File

@@ -289,7 +289,7 @@ namespace Barotrauma.Items.Components
if (this is RelayComponent == powerTransfer is RelayComponent)
{
if (!powerTransfer.CanTransfer) continue;
powerTransfer.CheckJunctions(deltaTime, true, inputOnly);
powerTransfer.CheckJunctions(deltaTime, increaseUpdateCount, inputOnly);
}
else
{