Points enabled by default
This commit is contained in:
parent
fe68af9b23
commit
dbf7fbe573
@ -31,7 +31,7 @@ public class CmdPoints extends FCommand {
|
||||
|
||||
@Override
|
||||
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);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user