mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +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:
|
||||
// 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 a new issue