1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-12-25 08:40:17 +01:00
This commit is contained in:
Vanessa Dannenberg 2021-05-28 13:24:01 -04:00
parent 85dd92fb25
commit 8b6f5e23a6

View File

@ -232,7 +232,7 @@ function signs_lib.spawn_entity(pos, texture, glow)
end end
if glow ~= "" then if glow ~= "" then
obj:set_properties({glow = tonumber(glow * 5)) obj:set_properties( {glow = tonumber(glow * 5)} )
end end
if yaw then if yaw then