little things I found idk

This commit is contained in:
ZeroEpoch1969
2020-01-06 11:30:40 -07:00
parent 1181de8ed4
commit 648d0e9b2e
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ public class Command_scare extends FreedomCommand
{
if (!FUtil.isPaper())
{
msg("This command won't work on Paper!", ChatColor.RED);
msg("This command won't work without Paper!", ChatColor.RED);
return true;
}