diff options
| -rw-r--r-- | zones/lua/autorun/zone_example.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zones/lua/autorun/zone_example.lua b/zones/lua/autorun/zone_example.lua index a583c22..509eb88 100644 --- a/zones/lua/autorun/zone_example.lua +++ b/zones/lua/autorun/zone_example.lua @@ -61,7 +61,6 @@ hook.Add("ScalePlayerDamage","Arena Zone",function(ply, hitgroup, dmginfo) local zone = ply:GetCurrentZone() if zone then if zone.class == "Arena Zone" then - print("scaling") dmginfo:ScaleDamage(zone.DmgMul) end |
