mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
Fixed bugs in TFM 5.0
Added /saconfig setrank Added /saconfig reload Small changes
This commit is contained in:
@ -33,7 +33,7 @@ public class Command_adminchat extends FreedomCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
FUtil.adminChatMessage(sender, StringUtils.join(args, " "), senderIsConsole);
|
||||
FUtil.adminChatMessage(sender, StringUtils.join(args, " "));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user