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