Remove debug print
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
local iconDisplayDuration = 3
|
local iconDisplayDuration = 3
|
||||||
|
|
||||||
aura_env.getItemInfo = function(msg)
|
aura_env.getItemInfo = function(msg)
|
||||||
DevTools_Dump(msg)
|
|
||||||
local name = msg:match("h%[(.+)%]") or ""
|
local name = msg:match("h%[(.+)%]") or ""
|
||||||
local quantity = msg:match("x(%d+)") or 1
|
local quantity = msg:match("x(%d+)") or 1
|
||||||
|
|
||||||
Reference in New Issue
Block a user