What do you think about fork? Should it be merged in whole or in part with this repository?
It has several differences:
- Dynamic hook activation depending on whether they are used or not.
- Fixed a crash on Windows because the call occurs in different threads, which is not supported by source spawn.
- Retrieving the original result of a game function in a plugin. The original function is called anyway, unless the plugin blocks it.
- Optimizations – removed unnecessary checks and streamlined code for better performance.