Correct default global constant
This commit is contained in:
parent
b77e50e56f
commit
743c50ac4d
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue