code tidy ' to "

This commit is contained in:
TenPlus1 2019-08-05 10:07:11 +01:00
parent 31e56ae0cf
commit b736652286

View File

@ -596,7 +596,7 @@ end
function tnt.register_tnt(def)
local name
if not def.name:find(':') then
if not def.name:find(":") then
name = "tnt:" .. def.name
else
name = def.name