remove debug
This commit is contained in:
@@ -32,9 +32,7 @@ return Def.ActorFrame {
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
ComboCommand=function(self, param)
|
ComboCommand=function(self, param)
|
||||||
--[[ param.Misses = nil;
|
local iCombo = param.Misses or param.Combo;
|
||||||
param.Combo = 123;
|
|
||||||
]] local iCombo = param.Misses or param.Combo;
|
|
||||||
if not iCombo or iCombo < ShowComboAt then
|
if not iCombo or iCombo < ShowComboAt then
|
||||||
c.Number:visible(false);
|
c.Number:visible(false);
|
||||||
c.ComboLabel:visible(false);
|
c.ComboLabel:visible(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user