Points enabled by default

This commit is contained in:
Driftay 2019-07-07 23:52:58 -04:00
parent fe68af9b23
commit dbf7fbe573
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class CmdPoints extends FCommand {
@Override @Override
public void perform() { public void perform() {
if (!SaberFactions.plugin.getConfig().getBoolean("f-points.Enabled", false)) { if (!SaberFactions.plugin.getConfig().getBoolean("f-points.Enabled", true)) {
fme.msg(TL.GENERIC_DISABLED); fme.msg(TL.GENERIC_DISABLED);
return; return;
} }