lmao no null check

This commit is contained in:
LadyAliceMargatroid 2024-09-02 20:46:29 -07:00
parent 4413d12ea3
commit 719e4380c1
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace ScarletMansion.GamePatch.Managers {
void Update(){
if (!StartOfRound.Instance.IsServer) return;
if (selfDestroyTargets == null) return;
var time = Utility.GetTime();
var hours = time.hours;