You can fly even in lobby #1

Merged
pozhiloy-enotik merged 3 commits from master into master 2022-05-10 17:35:40 +00:00
Showing only changes of commit dbb597f03b - Show all commits

View File

@@ -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);
}