Correct default global constant

This commit is contained in:
stujones11 2013-12-05 20:45:29 +00:00
parent b77e50e56f
commit 743c50ac4d

View file

@ -1,7 +1,7 @@
shooter = {}
SHOOTER_EXPLOSION_TEXTURE = "shooter_hit.png"
SHOOTER_ALLOW_ENTITIES = true
SHOOTER_ALLOW_ENTITIES = false
SHOOTER_OBJECT_RANGE = 50
local modpath = minetest.get_modpath(minetest.get_current_modname())