From ced89ff957c8edbd1084f40410d4d134a7dd6eb3 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Mon, 2 May 2022 17:01:12 +0000 Subject: [PATCH] remove awards.disable() call after clearing --- mods/HUD/awards/chat_commands.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/HUD/awards/chat_commands.lua b/mods/HUD/awards/chat_commands.lua index fb96f4ae1..c2ce3206c 100644 --- a/mods/HUD/awards/chat_commands.lua +++ b/mods/HUD/awards/chat_commands.lua @@ -34,7 +34,6 @@ minetest.register_chatcommand("awards", { elseif param == "c" then awards.enable(name) awards.show_to(name, name, nil, true) - awards.disable(name) else awards.show_to(name, name, nil, false) end