From 6f2c293970c1ed5fbd3fdf49e46cac5eb63aa290 Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Wed, 29 Jan 2025 13:25:42 +0100 Subject: [PATCH] chore: update deps --- deps/gsc-tool | 2 +- deps/libtomcrypt | 2 +- src/client/component/gsc/script_loading.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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