mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Revert "Ignore G_FindConfigstringIndex: overflow"
This reverts commit 993a0ce70e
.
This commit is contained in:
parent
63473b92c5
commit
9eabca0617
@ -78,9 +78,6 @@ namespace scripting
|
||||
scr_load_level_hook.create(SELECT_VALUE(0x140005260, 0x140325B90), scr_load_level_stub);
|
||||
g_shutdown_game_hook.create(SELECT_VALUE(0x140228BA0, 0x1402F8C10), g_shutdown_game_stub);
|
||||
|
||||
// Ignore G_FindConfigstringIndex: overflow
|
||||
utils::hook::set<uint8_t>(SELECT_VALUE(0x140019779, 0x14003E3DD), 0xEB);
|
||||
|
||||
scheduler::loop([]()
|
||||
{
|
||||
lua::engine::run_frame();
|
||||
|
Loading…
Reference in New Issue
Block a user