From 535928dee838cf5e79703bef3721cd1021258e7b Mon Sep 17 00:00:00 2001 From: fairiestoy Date: Sat, 5 Oct 2013 07:27:11 +0200 Subject: Quick Snowball Fix This is a quick security fix for thrown snowballs, which sometimes have the effect of punching holes into claimed ground. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8b58cb4..75edaa7 100644 --- a/init.lua +++ b/init.lua @@ -532,5 +532,6 @@ dofile(path.."/doors.lua") dofile(path.."/fire.lua") dofile(path.."/chatcommands.lua") dofile(path.."/screwdriver.lua") +dofile(path.."/snow.lua") end ) -- cgit v1.2.3