Small fix

This commit is contained in:
Driftay
2019-06-30 05:22:55 -04:00
parent 1a90bcbb75
commit 6cfc36b50a
3 changed files with 3 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ public class CmdCreate extends FCommand {
this.fme.msg(TL.COMMAND_PAYPALSET_CREATED);
if (Conf.useCustomDefaultPermissions) faction.setDefaultPerms();
if (Conf.usePermissionHints) fme.msg(TL.COMMAND_HINT_PERMISSION);
fme.setCooldown("create", System.currentTimeMillis() + (SaberFactions.plugin.getConfig().getInt("fcooldowns.f-create") * 1000));