diff options
author | fairiestoy <johannesvk@web.de> | 2013-10-05 07:27:11 +0200 |
---|---|---|
committer | fairiestoy <johannesvk@web.de> | 2013-10-05 07:27:21 +0200 |
commit | 535928dee838cf5e79703bef3721cd1021258e7b (patch) | |
tree | d9703045fedf3948e8d775db0504c2a0381c4e89 /init.lua | |
parent | a482167a5118b3cc2f66dccd1688b8b63e8032c0 (diff) |
Quick Snowball Fix
This is a quick security fix for thrown snowballs, which sometimes have
the effect of punching holes into claimed ground.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |