mirror of
https://github.com/t5mat/crouchboostfix.git
synced 2025-12-09 11:28:44 +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;
|
return APLRes_Failure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RegPluginLibrary("boostfix");
|
||||||
|
|
||||||
g_late = late;
|
g_late = late;
|
||||||
return APLRes_Success;
|
return APLRes_Success;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user