Skip to content

Commit 9c73430

Browse files
committed
temporary disable HookScript
1 parent e712af1 commit 9c73430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frame/Modern.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const Game::Lua::FrameMethodEntry g_frameMethods[] = {
221221
{"SetShown", &Script_SetShown<Offsets::FUN_SCRIPT_FRAME_SHOW,
222222
Offsets::FUN_SCRIPT_FRAME_HIDE>},
223223
{"SetResizeBounds", &Script_SetResizeBounds},
224-
{"HookScript", &Script_HookScript},
224+
// {"HookScript", &Script_HookScript},
225225
};
226226

227227
const Game::Lua::FrameMethodEntry g_textureMethods[] = {

0 commit comments

Comments
 (0)