mirror of
https://github.com/t5mat/crouchboostfix.git
synced 2025-12-07 18:38:41 +00:00
Add RegPluginLibrary
This gives us the option to enforcing this plugin or checking if it's loaded.
This commit is contained in:
parent
8596a272e1
commit
ac3f227a57
@ -118,6 +118,8 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
||||
return APLRes_Failure;
|
||||
}
|
||||
|
||||
RegPluginLibrary("boostfix");
|
||||
|
||||
g_late = late;
|
||||
return APLRes_Success;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user