Wrong MConf value in FListenerExploit
This commit is contained in:
		@@ -109,7 +109,7 @@ public class FactionsListenerExploit implements Listener
 | 
			
		||||
	@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
 | 
			
		||||
	public void tntWaterlog(EntityExplodeEvent event)
 | 
			
		||||
	{
 | 
			
		||||
		if (!MConf.get().handleExploitEnderPearlClipping) return;
 | 
			
		||||
		if (!MConf.get().handleExploitTNTWaterlog) return;
 | 
			
		||||
		if (!(event.getEntity() instanceof TNTPrimed)) return;
 | 
			
		||||
		
 | 
			
		||||
		Block center = event.getLocation().getBlock();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user