diff --git a/deps/gsc-tool b/deps/gsc-tool index e4cb6a7..616595f 160000 --- a/deps/gsc-tool +++ b/deps/gsc-tool @@ -1 +1 @@ -Subproject commit e4cb6a7819726d9ea33cd6a52f0dcd9382258b47 +Subproject commit 616595f8e0dd62d6d57ed7a4ef7635a4c65e5dde diff --git a/deps/libtomcrypt b/deps/libtomcrypt index c900951..427e055 160000 --- a/deps/libtomcrypt +++ b/deps/libtomcrypt @@ -1 +1 @@ -Subproject commit c900951dab1bb94bab803fc57688dac18e3b71f9 +Subproject commit 427e0551c0e27c1ef9a3aa969310a895163631ba diff --git a/src/client/component/gsc/script_loading.cpp b/src/client/component/gsc/script_loading.cpp index fa5a9ec..f7cb7cb 100644 --- a/src/client/component/gsc/script_loading.cpp +++ b/src/client/component/gsc/script_loading.cpp @@ -403,7 +403,7 @@ namespace gsc public: loading() { - gsc_ctx = std::make_unique(); + gsc_ctx = std::make_unique(xsk::gsc::instance::server); } void post_unpack() override