Fix armor stand / hangings being considered vehicles

This commit is contained in:
Jesse Boyd
2016-06-13 15:32:13 +10:00
parent 4f0ede646e
commit b238bdbd21
5 changed files with 53 additions and 58 deletions

View File

@ -56,6 +56,8 @@ public class PlotAPI {
@Deprecated
public PlotAPI(JavaPlugin plugin) {}
public PlotAPI(){}
/**
* Get all plots.
*

View File

@ -231,7 +231,8 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
case ARMOR_STAND:
case ITEM_FRAME:
case PAINTING:
// TEMPORARILY CLASSIFY AS VEHICLE
// Not vehicles
continue;
case MINECART:
case MINECART_CHEST:
case MINECART_COMMAND: