From dbb597f03b59a4225c783e283a0cb3f856b68329 Mon Sep 17 00:00:00 2001 From: pozhiloy-enotik <49619526+pozhiloy-enotik@users.noreply.github.com> Date: Tue, 10 May 2022 15:30:12 +0300 Subject: [PATCH] Fly in lobby --- DevourClient/MelonMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }