From 50726b9291602005b93c606eda18fe882d6e8098 Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Sun, 6 Aug 2023 12:15:25 +0300 Subject: [PATCH] Init Singletons on init_module --- reframework/autorun/MHR_Overlay/Game_Handler/singletons.lua | 1 + 1 file changed, 1 insertion(+) 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