mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Treat tridents as a projectile
This commit is contained in:
parent
12b8ae3eed
commit
f25581c3f1
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||
case ENDER_PEARL:
|
||||
case ARROW:
|
||||
case LLAMA_SPIT:
|
||||
case TRIDENT:
|
||||
// managed elsewhere | projectile
|
||||
continue;
|
||||
case ITEM_FRAME:
|
||||
|
|
Loading…
Reference in a new issue