diff --git a/auth.lua b/auth.lua index 4d3d4ad..be7006f 100644 --- a/auth.lua +++ b/auth.lua @@ -9,7 +9,7 @@ local action = args[1] settings.define("auth.token", { description = "Authentication token", - type = "string", + type = "number", default = "" })