We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6787c5 commit de007bcCopy full SHA for de007bc
UE4SS/src/Mod/LuaMod.cpp
@@ -273,7 +273,7 @@ namespace RC
273
}
274
};
275
276
- // Removes pre & post-hook callbacks if UnregisterHook was called in the pre-callback hook.
+ // Removes pre & post-hook callbacks if UnregisterHook was called in the pre-callback.
277
remove_if_scheduled();
278
279
// This is a promise that we're in the game thread, used by other functions to ensure that we don't execute when unsafe
0 commit comments