diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index bb148ed..eca022d 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -87,7 +87,7 @@ namespace DevourClient Hacks.Misc.SetSteamName("patate"); } - if (this.fly && Player.IsInGame()) + if (this.fly && Player.IsInGameOrLobby()) { Hacks.Misc.Fly(this.fly_speed); }