Forgot to actually make sure this compiles lol

This commit is contained in:
Seth
2020-08-14 23:48:31 -07:00
parent f5b5fcd5ef
commit 3f4d34d172
5 changed files with 11 additions and 49 deletions

View File

@ -30,7 +30,7 @@ public class ServerPing extends FreedomService
return;
}
if (ConfigEntry.ADMIN_ONLY_MODE.getBoolean())
if (ConfigEntry.STAFF_ONLY_MODE.getBoolean())
{
event.setMotd(FUtil.colorize(ConfigEntry.SERVER_STAFFMODE_MOTD.getString()));
return;