From 743c50ac4d04f93fcded303e81472648cfa39dd4 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Thu, 5 Dec 2013 20:45:29 +0000 Subject: [PATCH] Correct default global constant --- shooter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shooter.lua b/shooter.lua index 332d425..627ca8d 100644 --- a/shooter.lua +++ b/shooter.lua @@ -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())