mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-03-11 13:09:50 +01:00
Fix typo
This commit is contained in:
parent
faea733a55
commit
f166066c00
@ -39,7 +39,7 @@ public final class MinionTypes {
|
|||||||
public static void unregister(String minionType) {
|
public static void unregister(String minionType) {
|
||||||
String lowercase = minionType.toLowerCase(Locale.ENGLISH);
|
String lowercase = minionType.toLowerCase(Locale.ENGLISH);
|
||||||
if (!TYPES.containsKey(lowercase)) {
|
if (!TYPES.containsKey(lowercase)) {
|
||||||
log.warn("Attempted to unregister non-existent skin {}!", lowercase);
|
log.warn("Attempted to unregister non-existent miniontype {}!", lowercase);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user