Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making spikes have perks for the placer #1135

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update mods/ctf/ctf_map/ctf_traps.lua
Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
  • Loading branch information
farooqkz and LoneWolfHT authored Apr 12, 2023
commit 87d168a24b8aef1cd92bc02e462b66127c01d930
1 change: 0 additions & 1 deletion mods/ctf/ctf_map/ctf_traps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ minetest.register_on_player_hpchange(function(player, hp_change, reason)
if reason.node_pos then
local meta = minetest.get_meta(reason.node_pos)
local pname = meta:get_string("placer")
minetest.chat_send_all(pname)
if pname ~= "" then
local placer = minetest.get_player_by_name(pname)
if placer then
Expand Down