Skip to content

Commit

Permalink
Fixes #61 - Corrected Variable Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Oct 26, 2018
1 parent 7d08305 commit 3ce85b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeStride_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ function BeStride_Logic:CheckLoanedMount()
return 139421
end
end
elseif zone == BestrideLocale.Zone.Oculus then
elseif zone == BeStride_Locale.Zone.Oculus then
if GetItemCount(37859) == 1 then
return 37859
elseif GetItemCount(37860) == 1 then
Expand Down

0 comments on commit 3ce85b4

Please sign in to comment.