mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Merge pull request #199 from LevnettUKRonit/patch-3
Changed /tag remove to /tag off to match usage.
This commit is contained in:
commit
4b36574255
@ -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 New Issue
Block a user