mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +00:00
Reclassify armor stand as vehicle
This commit is contained in:
parent
b238bdbd21
commit
341967cbfc
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue