We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1efec commit 3bfc3daCopy full SHA for 3bfc3da
1 file changed
src/main/java/me/fofola1/CustomRecipes/CustomRecipes.java
@@ -89,6 +89,7 @@ public void onDisable() {
89
90
for (UUID uuid : MenuData.getUUIDList()) {
91
Player p = Bukkit.getPlayer(uuid);
92
+ if (p == null) continue;
93
if (!p.isOnline()) continue;
94
if (
95
p.getOpenInventory().getTopInventory().getHolder() instanceof CraftingRecipeMenuHolder ||
0 commit comments