mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Who needs itemizer?
This commit is contained in:
@ -22,7 +22,7 @@ public class Command_stop extends FreedomCommand
|
||||
|
||||
if (args.length > 0)
|
||||
{
|
||||
reason = StringUtils.join(args, " ", 0, args.length);
|
||||
reason = StringUtils.join(args, " ");
|
||||
}
|
||||
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
|
Reference in New Issue
Block a user