Remove deprecated event warning for inventory result event (#8672)

This commit is contained in:
Jake Potrebic 2022-12-14 15:09:11 -08:00
parent 437103e45e
commit a0b62c40db

View file

@ -158,7 +158,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
* Called when an item is put in a slot and the result is calculated.
+ * @deprecated use {@link com.destroystokyo.paper.event.inventory.PrepareResultEvent}
*/
+@Deprecated // Paper
+@Deprecated @org.bukkit.Warning(false) // Paper
public class PrepareInventoryResultEvent extends InventoryEvent {
private static final HandlerList handlers = new HandlerList();