From 0809d6be3ee0c589f7e114faa85f2e9ec12a8281 Mon Sep 17 00:00:00 2001 From: Cat73 Date: Wed, 26 Feb 2020 02:42:52 +0800 Subject: [PATCH] [CI-SKIP] fix avoid-hopper-search obfhelper hint type (#2989) --- .../0392-Avoid-hopper-searches-if-there-are-no-items.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0392-Avoid-hopper-searches-if-there-are-no-items.patch b/Spigot-Server-Patches/0392-Avoid-hopper-searches-if-there-are-no-items.patch index 31d1f75cdd..25fb49f23b 100644 --- a/Spigot-Server-Patches/0392-Avoid-hopper-searches-if-there-are-no-items.patch +++ b/Spigot-Server-Patches/0392-Avoid-hopper-searches-if-there-are-no-items.patch @@ -74,7 +74,7 @@ index 06b4dc628..37b12daff 100644 + // Paper start - Don't search for inventories if we have none, and that is all we want + /* -+ * We check if they want inventories by seeing if it is the static `IEntitySelector.c` ++ * We check if they want inventories by seeing if it is the static `IEntitySelector.d` + * + * Make sure the inventory selector stays in sync. + * It should be the one that checks `var1 instanceof IInventory && var1.isAlive()`