mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-07 04:53:05 +00:00
Fixed bugs in TFM 5.0
Added /saconfig setrank Added /saconfig reload Small changes
This commit is contained in:
parent
6edb6be7d9
commit
924f718d5a
18 changed files with 539 additions and 431 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue