This commit is contained in:
TomTom 2024-08-02 17:00:51 +02:00
parent faea733a55
commit f166066c00

View File

@ -39,7 +39,7 @@ public final class MinionTypes {
public static void unregister(String minionType) {
String lowercase = minionType.toLowerCase(Locale.ENGLISH);
if (!TYPES.containsKey(lowercase)) {
log.warn("Attempted to unregister non-existent skin {}!", lowercase);
log.warn("Attempted to unregister non-existent miniontype {}!", lowercase);
return;
}