mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-07 02:18:26 +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("SetClientEvents", Native_SetClientEvents);
|
||||||
CreateNative("ClearClientEvents", Native_ClearClientEvents);
|
CreateNative("ClearClientEvents", Native_ClearClientEvents);
|
||||||
CreateNative("SetEventsTimescale", Native_SetEventsTimescale);
|
CreateNative("SetEventsTimescale", Native_SetEventsTimescale);
|
||||||
|
|
||||||
|
MarkNativeAsOptional("Shavit_GetBhopStyle");
|
||||||
|
MarkNativeAsOptional("Shavit_GetStyleSettingFloat");
|
||||||
|
MarkNativeAsOptional("Shavit_GetClientTimescale");
|
||||||
|
|
||||||
g_bLateLoad = late;
|
g_bLateLoad = late;
|
||||||
|
|
||||||
|
|
||||||
RegPluginLibrary("eventqueuefix");
|
RegPluginLibrary("eventqueuefix");
|
||||||
|
|
||||||
return APLRes_Success;
|
return APLRes_Success;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user