debug
This commit is contained in:
@@ -1322,11 +1322,9 @@ function THTD_GetCombo(tower)
|
||||
isInCombo = true
|
||||
end
|
||||
end
|
||||
if count > 0 then
|
||||
print("Count " .. count)
|
||||
print("#value " .. #value)
|
||||
print("isincombo " .. isInCombo)
|
||||
end
|
||||
if count == #value and isInCombo == true then
|
||||
comboTable[index] = value
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user