Update: 2024-11-28

This commit is contained in:
2024-11-28 11:25:04 +02:00
parent 74e444a83f
commit d231e9de9c
12 changed files with 181 additions and 18 deletions

View File

@@ -214,7 +214,7 @@ return {
local initial_value
-- this is checking if the argument is a valid number
if args then
if #args > 0 then
initial_value = tostring(tonumber(args[1]))
if initial_value == "nil" then
return