diff --git a/lib/src/main/kotlin/foundation/esoteric/minecraft/plugins/library/entity/CustomEntity.kt b/lib/src/main/kotlin/foundation/esoteric/minecraft/plugins/library/entity/CustomEntity.kt index 51aefc0..fb13c77 100644 --- a/lib/src/main/kotlin/foundation/esoteric/minecraft/plugins/library/entity/CustomEntity.kt +++ b/lib/src/main/kotlin/foundation/esoteric/minecraft/plugins/library/entity/CustomEntity.kt @@ -21,7 +21,7 @@ abstract class CustomEntity protected constructor(protected val plug return entity } - fun toEntity(vararg entities: E): Array { + open fun toEntity(vararg entities: E): Array { for (entity in entities) { entity.persistentDataContainer.set( plugin.customEntityManager.customEntityIdKey,