Give rawsay command to all admins

This commit is contained in:
Pharma 2023-01-07 14:25:57 -06:00 committed by GitHub
parent 6cbac497cb
commit c69c5524fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ public class Command_rawsay extends FreedomCommand
{ {
FUtil.bcastMsg(FUtil.colorize(StringUtils.join(args, " "))); FUtil.bcastMsg(FUtil.colorize(StringUtils.join(args, " ")));
} }
return true; return true;
} }
} }