From 5a297c0c35047faa186404f9787ee2c0dc2f843b Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sun, 12 Feb 2023 13:28:25 +0000 Subject: [PATCH] reorder --- src/module/gsc/script_loading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/gsc/script_loading.cpp b/src/module/gsc/script_loading.cpp index caadb87..ed7a3b4 100644 --- a/src/module/gsc/script_loading.cpp +++ b/src/module/gsc/script_loading.cpp @@ -32,9 +32,9 @@ namespace gsc void clear() { script_file_allocator.clear(); + loaded_scripts.clear(); main_handles.clear(); init_handles.clear(); - loaded_scripts.clear(); } bool read_raw_script_file(const std::string& name, std::string* data)