Faction Missions Implemented + Allowed Console to give points now

This commit is contained in:
Driftay
2019-08-07 14:35:19 -04:00
parent 92d46f91f4
commit 769394a058
16 changed files with 372 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ public class CmdPoints extends FCommand {
@Override
public void perform() {
if (!P.p.getConfig().getBoolean("f-points.Enabled", true)) {
fme.msg(TL.GENERIC_DISABLED);
msg(TL.GENERIC_DISABLED);
return;
}
this.commandChain.add(this);