Skip to content

Commit

Permalink
ModuleObject.kt updated.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
  • Loading branch information
MairwunNx committed Jun 8, 2020
1 parent faef025 commit 70f9556
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class ModuleObject : IModule {

init {
EVENT_BUS.register(this)
initProviders()
initLocalization()
initProviders().also { initLocalization() }
}

private fun initProviders() {
Expand Down

0 comments on commit 70f9556

Please sign in to comment.