Fly in lobby

This commit is contained in:
pozhiloy-enotik
2022-05-10 15:30:12 +03:00
committed by GitHub
parent 2b9be131f6
commit dbb597f03b

View File

@@ -87,7 +87,7 @@ namespace DevourClient
Hacks.Misc.SetSteamName("patate"); Hacks.Misc.SetSteamName("patate");
} }
if (this.fly && Player.IsInGame()) if (this.fly && Player.IsInGameOrLobby())
{ {
Hacks.Misc.Fly(this.fly_speed); Hacks.Misc.Fly(this.fly_speed);
} }