From 0e6eae600ad89a4f5fa2d052e18e06d2be8d720b Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Fri, 9 Jul 2021 19:17:42 -0300 Subject: [PATCH] Update RespawnManager.cs --- .../BarotraumaShared/SharedSource/Networking/RespawnManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Networking/RespawnManager.cs b/Barotrauma/BarotraumaShared/SharedSource/Networking/RespawnManager.cs index 10d859876..0c2109fa6 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Networking/RespawnManager.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Networking/RespawnManager.cs @@ -114,7 +114,7 @@ namespace Barotrauma.Networking foreach (Wire wire in connection.Wires) { #if SERVER - if (GameMain.Lua.game.overrideRespawnSub) + if (GameMain.Lua.game.overrideRespawnSub == false) { if (wire != null) wire.Locked = true; }