- [FIX] sys.subpal() now clamps values for safety

This commit is contained in:
2026-02-25 11:53:15 +01:00
parent a17a1bb517
commit 5db06a0645
2 changed files with 3 additions and 2 deletions

View File

@@ -436,7 +436,8 @@ function sys.time() end
---Reset chrono time (with offset in seconds) (with decimals)
function sys.chrono(offset) end
---Get chrono time since last chrono reset in seconds (with decimals)
---@return number
---@---Get chrono time since last chrono reset in seconds (with decimals)
function sys.chrono() end
---@return boolean