This is 3.0.3

This commit is contained in:
Magnus Ulf 2019-01-19 12:39:34 +01:00
parent 1e36c9f744
commit 5d09b5d05f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.massivecraft.massivesuper</groupId>
<artifactId>MassiveSuper</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<relativePath>../MassiveSuper</relativePath>
</parent>

View File

@ -41,7 +41,7 @@ public class CmdFactionsDisband extends FactionsCommand
Faction faction = this.readArg();
String confirmationString = this.readArg(null);
if(MConf.get().requireConfirmationForFactionDisbanding) ConfirmationUtil.tryConfirm(this);
if (MConf.get().requireConfirmationForFactionDisbanding) ConfirmationUtil.tryConfirm(this);
// MPerm
if ( ! MPerm.getPermDisband().has(msender, faction, true)) return;