From d0110ee58c3129e15443efebd95a04386785ef6c Mon Sep 17 00:00:00 2001 From: quaK Date: Sat, 30 Dec 2023 08:24:26 +0200 Subject: [PATCH] Fix --- src/client/component/gsc/script_loading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/gsc/script_loading.cpp b/src/client/component/gsc/script_loading.cpp index ab24a55b..5a8946e7 100644 --- a/src/client/component/gsc/script_loading.cpp +++ b/src/client/component/gsc/script_loading.cpp @@ -35,7 +35,7 @@ namespace gsc std::unordered_map init_handles; utils::memory::allocator scriptfile_allocator; - std::unordered_map loaded_scripts; + std::unordered_map loaded_scripts; struct {