mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
turn off flashlight on death, lol
This commit is contained in:
parent
f66d192d66
commit
d97951ed91
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user