turn off flashlight on death, lol

This commit is contained in:
JohnCorby 2022-02-25 04:53:53 -08:00
parent f66d192d66
commit d97951ed91

View File

@ -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()