ran clean on it
This commit is contained in:
NotAKidoS 2022-10-14 02:00:34 -05:00
parent e6784b967e
commit e500ac2d0b
3 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
using ABI_RC.Core.Player;
using ABI_RC.Core.UI;
using ABI_RC.Core.Savior;
using ABI_RC.Core.UI;
using MelonLoader;
using UnityEngine;
@ -150,7 +150,7 @@ public class BlackoutController : MonoBehaviour
SetupBlackoutInstance();
}
}
void OnDisable()
{
ChangeBlackoutState(BlackoutState.Awake);