From 8b6f5e23a63668dd8244d34031ca44d8e5d54126 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 28 May 2021 13:24:01 -0400 Subject: [PATCH] fix typo --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 22d2a73..103c0d4 100644 --- a/api.lua +++ b/api.lua @@ -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