[Blackout] Cleanup

This commit is contained in:
NotAKidoS 2023-08-14 18:53:14 -05:00
parent 5b40a2a185
commit c9d77dc034
3 changed files with 9 additions and 10 deletions

View file

@ -72,7 +72,7 @@ public class Blackout : MelonMod
MelonLoader.MelonCoroutines.Start(WaitForLocalPlayer());
}
System.Collections.IEnumerator WaitForLocalPlayer()
private System.Collections.IEnumerator WaitForLocalPlayer()
{
//load blackout_controller.asset
AssetsHandler.Load();