remove awards.disable() call after clearing

This commit is contained in:
chmodsayshello 2022-05-02 17:01:12 +00:00
parent b2e9f53c8c
commit ced89ff957
1 changed files with 0 additions and 1 deletions

View File

@ -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