mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
Treat tridents as a projectile
This commit is contained in:
parent
12b8ae3eed
commit
f25581c3f1
@ -368,6 +368,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||||||
case ENDER_PEARL:
|
case ENDER_PEARL:
|
||||||
case ARROW:
|
case ARROW:
|
||||||
case LLAMA_SPIT:
|
case LLAMA_SPIT:
|
||||||
|
case TRIDENT:
|
||||||
// managed elsewhere | projectile
|
// managed elsewhere | projectile
|
||||||
continue;
|
continue;
|
||||||
case ITEM_FRAME:
|
case ITEM_FRAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user