1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-28 06:50:21 +02: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
if glow ~= "" then
obj:set_properties({glow = tonumber(glow * 5))
obj:set_properties( {glow = tonumber(glow * 5)} )
end
if yaw then