9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

clean: item null not showing the location where it occured

This commit is contained in:
LoJoSho
2023-08-06 10:21:12 -05:00
parent 62a1d04040
commit f5f33f5fe7

View File

@@ -95,7 +95,7 @@ public class Menu {
}
if (item == null) {
MessagesUtil.sendDebugMessages("something went wrong! " + item);
MessagesUtil.sendDebugMessages("Something went wrong with the item creation for " + config.key().toString());
continue;
}