Skip to content

Commit

Permalink
Replacing something I shouldn't have removed
Browse files Browse the repository at this point in the history
  • Loading branch information
165135 authored Jul 14, 2023
1 parent 3171fc2 commit a18c89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end

local function send_death_message(player, killer, weapon_image)
local death_setting = ctf_settings.get(minetest.get_player_by_name(player), "send_death_message")
local assist_message
local assist_message = ""
local weapon_message
local hitters = ctf_combat_mode.get_other_hitters(player, killer)

Expand Down

0 comments on commit a18c89a

Please sign in to comment.