mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 13:33:11 +00:00
Fix armor stand / hangings being considered vehicles
This commit is contained in:
parent
4f0ede646e
commit
b238bdbd21
5 changed files with 53 additions and 58 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue