mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
Give rawsay command to all admins
This commit is contained in:
parent
6cbac497cb
commit
c69c5524fe
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user