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