diff --git a/vmf/scripts/mods/vmf/vmf_loader.lua b/vmf/scripts/mods/vmf/vmf_loader.lua index 49fd2b5..8b3bab2 100644 --- a/vmf/scripts/mods/vmf/vmf_loader.lua +++ b/vmf/scripts/mods/vmf/vmf_loader.lua @@ -6,9 +6,9 @@ VT1 = (type(script_data["eac-untrusted"]) == "nil") -- Native mod object used by Fatshark mod manager local vmf_mod_object = {} --- #################################################################################################################### --- ##### Initialization ############################################################################################### --- #################################################################################################################### +-- ##################################################################################################################### +-- ##### Initialization ################################################################################################ +-- ##################################################################################################################### function vmf_mod_object:init() dofile("scripts/mods/vmf/modules/vmf_mod_manager") @@ -47,9 +47,9 @@ function vmf_mod_object:init() end) end --- #################################################################################################################### --- ##### Events ####################################################################################################### --- #################################################################################################################### +-- ##################################################################################################################### +-- ##### Events ######################################################################################################## +-- ##################################################################################################################### function vmf_mod_object:update(dt) vmf.mods_update_event(dt) @@ -105,8 +105,8 @@ function vmf_mod_object:on_game_state_changed(status, state) end end --- #################################################################################################################### --- ##### Return ####################################################################################################### --- #################################################################################################################### +-- ##################################################################################################################### +-- ##### Return ######################################################################################################## +-- ##################################################################################################################### return vmf_mod_object \ No newline at end of file