Skip to content

Commit

Permalink
disable in retail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Oct 29, 2022
1 parent 670ceb4 commit 6359d8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dominos/bars/vehicleBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ if not VehicleLeaveButton then
end

local AddonName, Addon = ...
if Addon:IsBuild("retail") then
return
end

local L = LibStub('AceLocale-3.0'):GetLocale(AddonName)

local CanExitVehicle = _G.CanExitVehicle
Expand Down

0 comments on commit 6359d8d

Please sign in to comment.