diff --git a/Install_00/Prototype.lua b/Install_00/Prototype.lua index def2ed9..2b3ca73 100644 --- a/Install_00/Prototype.lua +++ b/Install_00/Prototype.lua @@ -42,7 +42,7 @@ function Prototype:__tostring() end end return "{"..r.."}" - elseif t=="number" then + elseif t=="number" or t=="boolean" then return tostring(self) elseif t=="string" then return "\""..self:gsub("\\","\\\\"):gsub("\"","\\\"").."\""