diff options
author | Bremaweb <brandon@bremaweb.com> | 2013-10-05 10:10:41 -0700 |
---|---|---|
committer | Bremaweb <brandon@bremaweb.com> | 2013-10-05 10:10:41 -0700 |
commit | 391d37c8356d2628a844c9a3d95bf397981950a7 (patch) | |
tree | d9703045fedf3948e8d775db0504c2a0381c4e89 /init.lua | |
parent | 2f208687d7f56af0056a9b5bb1d24360d1e619df (diff) | |
parent | 535928dee838cf5e79703bef3721cd1021258e7b (diff) |
Merge pull request #3 from fairiestoy/master
Quick Snowball fix
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 ) |