This commit is contained in:
Olof Larsson
2016-10-09 10:59:43 +02:00
parent 19229ac221
commit 9bca51b470
18 changed files with 348 additions and 41 deletions

View File

@@ -74,7 +74,7 @@ public class EngineExploit extends Engine
((mat == Material.THIN_GLASS || mat == Material.IRON_FENCE) && clippingThrough(target, from, 0.65))
|| ((mat == Material.FENCE || mat == Material.NETHER_FENCE) && clippingThrough(target, from, 0.45))
)
{
{
event.setTo(from);
return;
}