fix: add _g here as well

This commit is contained in:
Edo 2023-01-09 17:40:08 +01:00 committed by GitHub
parent be92257abf
commit 907fa4bfa6

View File

@ -40,7 +40,7 @@ namespace chat
game::Scr_AddString(game::SCRIPTINSTANCE_SERVER, p.data() + 2);
game::Scr_Notify_Canon(ent, game::Scr_CanonHash(params[0]), 1);
utils::hook::invoke<void>(0x140298E70, ent, p.data());
utils::hook::invoke<void>(0x140298E70_g, ent, p.data());
}
}