mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-10 23:16:52 +00:00
Changed /tag remove to /tag off to match usage.
This commit is contained in:
parent
365e38e63a
commit
bba42797d8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class Command_tag extends TFM_Command
|
|||
return true;
|
||||
}
|
||||
|
||||
if ("remove".equals(args[0]))
|
||||
if ("off".equals(args[0]))
|
||||
{
|
||||
TFM_PlayerData.getPlayerData(sender_p).setTag(null);
|
||||
playerMsg("Your tag has been removed.");
|
||||
|
|
Loading…
Reference in a new issue