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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user