Wrong MConf value in FListenerExploit

This commit is contained in:
Kane York 2013-05-09 09:29:35 -06:00
parent 7c10a6c83f
commit aec60b0bea

View File

@ -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();