Added exceptions for the adjusted time

This commit is contained in:
ZioPao
2023-11-16 02:41:27 +01:00
parent cda3a61d2a
commit 16e83955f3
3 changed files with 65 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ end
---@param string string
function TOC_DEBUG.print(string)
if isDebugEnabled() then
print("TOC: " .. string)
print("TOC: " .. tostring(string))
end
end