From 27891eebcea7dbfe25314f0dba2b0e7027a41cfe Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 31 May 2019 18:28:02 +0100 Subject: [PATCH] Fixed mods not being able to clear tags --- config/roles.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/roles.lua b/config/roles.lua index ebc40583..83f5d728 100644 --- a/config/roles.lua +++ b/config/roles.lua @@ -70,7 +70,7 @@ Roles.new_role('Moderator','Mod') 'command/unassign-role', 'command/repair', 'command/kill/always', - 'command/tag-clear/always', + 'command/clear-tag/always', 'command/go-to-spawn/always', 'command/clear-reports', 'command/clear-warnings',