mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-13 21:08:34 +00:00
Finished implementation of CommandPermissions and conversion of all commands.
This commit is contained in:
@ -86,6 +86,7 @@ public class TFM_Util
|
||||
TFM_Util.bcastMsg(adminName + " - " + action, (isRed ? ChatColor.RED : ChatColor.AQUA));
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public static String implodeStringList(String glue, List<String> pieces)
|
||||
{
|
||||
return StringUtils.join(pieces, glue);
|
||||
|
Reference in New Issue
Block a user