From 3a52ef2a651bb3e30526c93e278c9fa9c985393b Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 4 Sep 2018 21:14:30 +0100 Subject: [PATCH] Sync update on rocket Launch --- modules/ExpGamingCore/Sync/control.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ExpGamingCore/Sync/control.lua b/modules/ExpGamingCore/Sync/control.lua index 83d0902b..442e168a 100644 --- a/modules/ExpGamingCore/Sync/control.lua +++ b/modules/ExpGamingCore/Sync/control.lua @@ -306,6 +306,7 @@ end) script.on_event('on_player_joined_game',Sync.emit_update) script.on_event('on_pre_player_left_game',Sync.emit_update) +script.on_event('on_rocket_launched',Sync.emit_update) function Sync:on_init() if loaded_modules['ExpGamingCore.Gui'] then verbose('ExpGamingCore.Gui is installed; Loading gui src') require(module_path..'/src/gui',{Sync=Sync}) end