This is 3.0.3
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -5,7 +5,7 @@
 | 
				
			|||||||
    <parent>
 | 
					    <parent>
 | 
				
			||||||
        <groupId>com.massivecraft.massivesuper</groupId>
 | 
					        <groupId>com.massivecraft.massivesuper</groupId>
 | 
				
			||||||
        <artifactId>MassiveSuper</artifactId>
 | 
					        <artifactId>MassiveSuper</artifactId>
 | 
				
			||||||
        <version>3.0.2</version>
 | 
					        <version>3.0.3</version>
 | 
				
			||||||
        <relativePath>../MassiveSuper</relativePath>
 | 
					        <relativePath>../MassiveSuper</relativePath>
 | 
				
			||||||
    </parent>
 | 
					    </parent>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,7 +41,7 @@ public class CmdFactionsDisband extends FactionsCommand
 | 
				
			|||||||
		Faction faction = this.readArg();
 | 
							Faction faction = this.readArg();
 | 
				
			||||||
		String confirmationString = this.readArg(null);
 | 
							String confirmationString = this.readArg(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if(MConf.get().requireConfirmationForFactionDisbanding) ConfirmationUtil.tryConfirm(this);
 | 
							if (MConf.get().requireConfirmationForFactionDisbanding) ConfirmationUtil.tryConfirm(this);
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		// MPerm
 | 
							// MPerm
 | 
				
			||||||
		if ( ! MPerm.getPermDisband().has(msender, faction, true)) return;
 | 
							if ( ! MPerm.getPermDisband().has(msender, faction, true)) return;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user