Changed /tag remove to /tag off to match usage.

This commit is contained in:
Ronit Sajeey (LevnettUK_Ronit) 2014-05-29 17:22:28 +01:00
parent 365e38e63a
commit bba42797d8

View file

@ -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.");