mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Reclassify armor stand as vehicle
This commit is contained in:
parent
b238bdbd21
commit
341967cbfc
@ -228,11 +228,12 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||||||
case ARROW:
|
case ARROW:
|
||||||
// managed elsewhere | projectile
|
// managed elsewhere | projectile
|
||||||
continue;
|
continue;
|
||||||
case ARMOR_STAND:
|
|
||||||
case ITEM_FRAME:
|
case ITEM_FRAME:
|
||||||
case PAINTING:
|
case PAINTING:
|
||||||
// Not vehicles
|
// Not vehicles
|
||||||
continue;
|
continue;
|
||||||
|
case ARMOR_STAND:
|
||||||
|
// Tempirarily classify as vehicle
|
||||||
case MINECART:
|
case MINECART:
|
||||||
case MINECART_CHEST:
|
case MINECART_CHEST:
|
||||||
case MINECART_COMMAND:
|
case MINECART_COMMAND:
|
||||||
|
Loading…
Reference in New Issue
Block a user