diff --git a/reframework/autorun/MHR_Overlay/Game_Handler/singletons.lua b/reframework/autorun/MHR_Overlay/Game_Handler/singletons.lua index 40e9d54..53d72a5 100644 --- a/reframework/autorun/MHR_Overlay/Game_Handler/singletons.lua +++ b/reframework/autorun/MHR_Overlay/Game_Handler/singletons.lua @@ -242,6 +242,7 @@ function this.init_dependencies() end function this.init_module() + this.init(); time.new_timer(this.init, 1); end