More fixes for the "Report to Discord" bugs; Implementations to show plugins in the breakdown window;

This commit is contained in:
Tercio Jose
2023-06-12 19:59:15 -03:00
parent f9d32df3a4
commit efd131ef04
16 changed files with 391 additions and 183 deletions
+6
View File
@@ -725,6 +725,12 @@ local classTypeUtility = Details.atributos.misc
return amountCleaned
end
if (combatObject.__destroyed) then
Details:Msg("a deleted combat object was found on g2.collector, please report this bug on discord:")
Details:Msg("combat destroyed by:", combatObject.__destroyedBy)
return 0
end
---@type number
local _tempo = _time()