mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 20:39:21 +00:00
Fallback type when mm not on server
This commit is contained in:
@@ -462,9 +462,13 @@ public class IrisEntity extends IrisRegistrant {
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
Iris.warn("MythicMobs is not enabled, falling back to: " + type + "'!");
|
||||
if (isSpecialType()) {
|
||||
Iris.warn("MythicMobs is not enabled, falling back to: " + type + "'!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
return INMS.get().spawnEntity(at, getType(), getReason());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user