Skip to content

Commit 70f9556

Browse files
committed
ModuleObject.kt updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent faef025 commit 70f9556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/ModuleObject.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class ModuleObject : IModule {
2828

2929
init {
3030
EVENT_BUS.register(this)
31-
initProviders()
32-
initLocalization()
31+
initProviders().also { initLocalization() }
3332
}
3433

3534
private fun initProviders() {

0 commit comments

Comments
 (0)