Update MelonMain.cs

This commit is contained in:
Jadis
2022-09-08 23:44:56 +03:00
committed by GitHub
parent 3ebe60224d
commit 92aa684320

View File

@@ -2,6 +2,7 @@
using MelonLoader; using MelonLoader;
using System.Threading; using System.Threading;
using DevourClient.Helpers; using DevourClient.Helpers;
using Photon.Bolt;
namespace DevourClient namespace DevourClient
{ {
@@ -126,7 +127,7 @@ namespace DevourClient
if (Player.GetActiveScene() == "Menu") if (Player.GetActiveScene() == "Menu")
{ {
Misc.WalkInLobby(_walkInLobby); Hacks.Misc.WalkInLobby(_walkInLobby);
} }
} }