mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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:
|
||||
// managed elsewhere | projectile
|
||||
continue;
|
||||
case ARMOR_STAND:
|
||||
case ITEM_FRAME:
|
||||
case PAINTING:
|
||||
// Not vehicles
|
||||
continue;
|
||||
case ARMOR_STAND:
|
||||
// Tempirarily classify as vehicle
|
||||
case MINECART:
|
||||
case MINECART_CHEST:
|
||||
case MINECART_COMMAND:
|
||||
|
Loading…
Reference in New Issue
Block a user