From f774ecff0fa9bb5984b088428e271b70817da0f5 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Mon, 5 Apr 2021 08:24:00 -0700 Subject: [PATCH] Kill the trailing whitespace --- mods/ctf/ctf_classes/medic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_classes/medic.lua b/mods/ctf/ctf_classes/medic.lua index 5199612..7115c39 100644 --- a/mods/ctf/ctf_classes/medic.lua +++ b/mods/ctf/ctf_classes/medic.lua @@ -156,7 +156,7 @@ local function paxel_stop(pname, reason) hud_event.new(pname, { name = "ctf_classes:paxel_stop", color = "success", - value = string.format("Pillar digging stopped. Reason: %s. You can use again in %ds", reason or "unknown", DIG_COOLDOWN), + value = string.format("Pillar digging stopped. Reason: %s. You can use again in %ds", reason or "unknown", DIG_COOLDOWN), }) diggers[pname] = minetest.after(DIG_COOLDOWN, function() diggers[pname] = nil end)