Fixed piston event for older versions

This commit is contained in:
boy0001 2015-04-28 21:13:19 +10:00
parent dda2636250
commit a1a0969e63

View File

@ -719,7 +719,7 @@ public class PlayerEvents extends com.intellectualcrafters.plot.listeners.PlotLi
} }
} }
} }
catch (Exception e) { catch (Throwable e) {
pistonBlocks = false; pistonBlocks = false;
} }
} }