refactor: Cleanup develhook logic
> refactor hooks::devel to work better with hooks::wmisc > minor naming consistency changes
This commit is contained in:
@@ -2069,6 +2069,9 @@ int main_implementation(int argc, char *argv[]) {
|
||||
// load game
|
||||
avs::game::load_dll();
|
||||
|
||||
// devel attach
|
||||
hooks::devel::attach();
|
||||
|
||||
// attach games
|
||||
for (auto game : games) {
|
||||
game->attach();
|
||||
|
||||
Reference in New Issue
Block a user