From f6e5ea08be63f1f1219f9d1e9e9a57db0d774cbf Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 23 Sep 2018 20:58:39 +0100 Subject: [PATCH] Update to /tag-clear --- modules/ExpGamingCommands/tags/control.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ExpGamingCommands/tags/control.lua b/modules/ExpGamingCommands/tags/control.lua index 913777e3..f126c6ae 100644 --- a/modules/ExpGamingCommands/tags/control.lua +++ b/modules/ExpGamingCommands/tags/control.lua @@ -32,10 +32,10 @@ end) --- Gives you a tag -- @command tag -- @param tag the tag you want to have -commands.add_command('tag-clear', 'Removes a custom tag. Player can be self (/tag-clear self)', { - ['player'] = {true,'player-rank'} +commands.add_command('tag-clear', 'Removes a custom tag.', { + ['player'] = {false,'player-rank'} }, function(event,args) - local player = args.player + local player = args.player or game.player if Ranking then local rank = Ranking.get_rank(player) player.tag = rank.tag