Fix the issues with sticky pistons and slime blocks

This is a fix for issues #2419 and #2494
This commit is contained in:
TfT_02
2015-03-21 16:07:05 +01:00
parent 4aeda6e9e8
commit cfa0daefc5
6 changed files with 53 additions and 45 deletions

View File

@ -1,6 +1,5 @@
package com.gmail.nossr50.runnables;
import org.bukkit.Bukkit;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.scheduler.BukkitRunnable;