Possible fix for not unloaded resources inside Guis on reloading
This commit is contained in:
parent
14a6bdfa0f
commit
0439a66c45
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,6 @@ end
|
||||||
|
|
||||||
function vmf_mod_object:on_unload()
|
function vmf_mod_object:on_unload()
|
||||||
print("VMF:ON_UNLOAD()")
|
print("VMF:ON_UNLOAD()")
|
||||||
vmf.reset_guis()
|
|
||||||
vmf.save_chat_history()
|
vmf.save_chat_history()
|
||||||
vmf.save_unsaved_settings_to_file()
|
vmf.save_unsaved_settings_to_file()
|
||||||
end
|
end
|
||||||
|
@ -91,6 +90,7 @@ function vmf_mod_object:on_reload()
|
||||||
vmf.delete_keybinds()
|
vmf.delete_keybinds()
|
||||||
vmf.mods_unload_event(false)
|
vmf.mods_unload_event(false)
|
||||||
vmf.hooks_unload()
|
vmf.hooks_unload()
|
||||||
|
vmf.reset_guis()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue