Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LyLoLoq committed Apr 29, 2023
1 parent d67e778 commit 0aa170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PetLeveler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ local ExpertRiding = awful.NewSpell(34090)
local points = pets.flyingPoints
if not ExpertRiding.known then
awful.alert("It seems you can't fly, will use only ground path")
points = pets.groundPoint
points = pets.groundPoints
else
awful.alert("We can fly, will use flying path")
end
Expand Down

0 comments on commit 0aa170d

Please sign in to comment.