diff --git a/QSB/DeathSync/RespawnOnDeath.cs b/QSB/DeathSync/RespawnOnDeath.cs index 6f85fc5a..4d5a2f6f 100644 --- a/QSB/DeathSync/RespawnOnDeath.cs +++ b/QSB/DeathSync/RespawnOnDeath.cs @@ -1,4 +1,5 @@ using OWML.Common; +using QSB.Player; using QSB.Player.TransformSync; using QSB.RespawnSync; using QSB.Utility; @@ -102,6 +103,8 @@ public class RespawnOnDeath : MonoBehaviour } } } + + QSBPlayerManager.LocalPlayer.LocalFlashlight.TurnOff(false); } private SpawnPoint GetSpawnPoint()