mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Fix Abnormal Statuses showing trash values when teleporting to Training Area
This commit is contained in:
@@ -49,7 +49,7 @@ function this.report(error_key, error_message)
|
||||
|
||||
local error_time = time.total_elapsed_script_seconds;
|
||||
|
||||
if error_time == 0 then
|
||||
if utils.number.is_equal(error_time, 0) then
|
||||
return;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user