Points enabled by default
This commit is contained in:
parent
fe68af9b23
commit
dbf7fbe573
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user