Mark Boolean Provider register as internal

This commit is contained in:
DBotThePony 2025-03-23 12:34:05 +07:00
parent d55fbbe62f
commit e399fa8b68
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -143,7 +143,7 @@ interface BooleanProvider {
registry.byNameCodec().dispatch({ it.type }, { it.codec })
}
fun register(bus: IEventBus) {
internal fun register(bus: IEventBus) {
bus.addListener(registryHolder::build)
registrar.register(bus)
}