Fix: Player does not contain a definition for GetActiveScene
This commit is contained in:
@@ -111,7 +111,7 @@ namespace DevourClient
|
|||||||
Hacks.Misc.AutoRespawn();
|
Hacks.Misc.AutoRespawn();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Player.GetActiveScene() == "Menu")
|
if (Helpers.Map.GetActiveScene() == "Menu")
|
||||||
{
|
{
|
||||||
Hacks.Misc.WalkInLobby(_walkInLobby);
|
Hacks.Misc.WalkInLobby(_walkInLobby);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user