Changes Adding

This commit is contained in:
Driftay
2018-09-21 02:29:28 -04:00
parent ed91f58dc9
commit 1ee8089ca5
10 changed files with 122 additions and 2 deletions

View File

@@ -100,6 +100,9 @@ public class CmdCreate extends FCommand {
if (Conf.logFactionCreate) {
P.p.log(fme.getName() + TL.COMMAND_CREATE_CREATEDLOG.toString() + tag);
}
if (P.p.getConfig().getBoolean("fpaypal.Enabled")) {
this.fme.msg(TL.COMMAND_PAYPALSET_CREATED);
}
}
@Override