Fix Abnormal Statuses showing trash values when teleporting to Training Area

This commit is contained in:
GreenComfyTea
2023-08-16 13:53:34 +03:00
parent 2d669a6c4a
commit 1f0cd6e883
11 changed files with 92 additions and 63 deletions

View File

@@ -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