mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
\
This commit is contained in:
parent
293ea04c56
commit
b3b9c2ef43
@ -107,10 +107,6 @@ public class Command_tag extends FreedomCommand
|
||||
}
|
||||
return true;
|
||||
}
|
||||
/*
|
||||
{
|
||||
return false;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
else if (args.length >= 2)
|
||||
@ -205,6 +201,7 @@ public class Command_tag extends FreedomCommand
|
||||
|
||||
String from = "", to = "";
|
||||
java.awt.Color awt1, awt2;
|
||||
|
||||
try
|
||||
{
|
||||
if (args[1].equalsIgnoreCase("random") || args[1].equalsIgnoreCase("r"))
|
||||
@ -279,15 +276,10 @@ public class Command_tag extends FreedomCommand
|
||||
msg("Tag set to '" + outputTag + ChatColor.GRAY + "'." + (save ? " (Saved)" : "") + from + to);
|
||||
return true;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public void save(Player player, String tag)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user