chore: update deps

This commit is contained in:
2025-01-29 13:25:42 +01:00
parent 03b44731a8
commit 6f2c293970
3 changed files with 3 additions and 3 deletions

2
deps/gsc-tool vendored

View File

@ -403,7 +403,7 @@ namespace gsc
public: public:
loading() loading()
{ {
gsc_ctx = std::make_unique<xsk::gsc::iw6_pc::context>(); gsc_ctx = std::make_unique<xsk::gsc::iw6_pc::context>(xsk::gsc::instance::server);
} }
void post_unpack() override void post_unpack() override