lmao no null check
This commit is contained in:
parent
4413d12ea3
commit
719e4380c1
|
@ -43,6 +43,7 @@ namespace ScarletMansion.GamePatch.Managers {
|
||||||
|
|
||||||
void Update(){
|
void Update(){
|
||||||
if (!StartOfRound.Instance.IsServer) return;
|
if (!StartOfRound.Instance.IsServer) return;
|
||||||
|
if (selfDestroyTargets == null) return;
|
||||||
|
|
||||||
var time = Utility.GetTime();
|
var time = Utility.GetTime();
|
||||||
var hours = time.hours;
|
var hours = time.hours;
|
||||||
|
|
Loading…
Reference in New Issue