mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
fix optional dependency
This commit is contained in:
parent
482792d191
commit
3f55e0a7dc
@ -87,8 +87,14 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
||||
CreateNative("SetClientEvents", Native_SetClientEvents);
|
||||
CreateNative("ClearClientEvents", Native_ClearClientEvents);
|
||||
CreateNative("SetEventsTimescale", Native_SetEventsTimescale);
|
||||
|
||||
MarkNativeAsOptional("Shavit_GetBhopStyle");
|
||||
MarkNativeAsOptional("Shavit_GetStyleSettingFloat");
|
||||
MarkNativeAsOptional("Shavit_GetClientTimescale");
|
||||
|
||||
g_bLateLoad = late;
|
||||
|
||||
|
||||
RegPluginLibrary("eventqueuefix");
|
||||
|
||||
return APLRes_Success;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user