Skip to content

Commit

Permalink
adding global noop
Browse files Browse the repository at this point in the history
  • Loading branch information
blooblahguy committed Jun 27, 2019
1 parent 884681c commit 93ce3c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/core_functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local bdCore, c, f = select(2, ...):unpack()

local UnitAura, IsItemInRange, CheckInteractDistance, UnitInRange, find, sub, gsub, floor, byte, tinsert, select = UnitAura, IsItemInRange, CheckInteractDistance, UnitInRange, string.find, string.sub, string.gsub, math.floor, string.byte, table.insert, select

function noop() return false end

function dump (tbl, indent)
if not indent then indent = 0 end
for k, v in pairs(tbl) do
Expand Down

0 comments on commit 93ce3c5

Please sign in to comment.