mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update: 2024-11-28
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user