Skip to content

Commit

Permalink
Passenger Mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Oct 19, 2018
1 parent 99b2cf7 commit aca2ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BeStride_ActionButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ function BeStride_ActionButtonRegularMount:PreClick()
end

if passenger ~= nil then
BeStride_Debug:Verbose("Mount:" .. tostring(passenger))
--BeStride_Debug:Verbose("Mount:" .. tostring(passenger))
self:SetAttribute("macrotext",passenger)
else
local mount = BeStride_Logic:Regular()
if mount ~= nil then
self:SetAttribute("macrotext",mount)
BeStride_Debug:Verbose(self:GetAttribute("macrotext"))
--BeStride_Debug:Verbose(self:GetAttribute("macrotext"))
end
end
end
Expand Down Expand Up @@ -90,7 +90,7 @@ function BeStride_ActionButtonGroundMount:PreClick()
end

if passenger ~= nil then
BeStride_Debug:Verbose("Mount:" .. tostring(passenger))
--BeStride_Debug:Verbose("Mount:" .. tostring(passenger))
self:SetAttribute("macrotext",passenger)
else
local mount = BeStride_Logic:GroundMountButton()
Expand Down

0 comments on commit aca2ce0

Please sign in to comment.