mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
a reminder to the user
This commit is contained in:
parent
2a2f5b7cbf
commit
9106cce5e7
@ -61,15 +61,22 @@ public void OnPluginStart()
|
||||
public void OnAllPluginsLoaded()
|
||||
{
|
||||
|
||||
if(LibraryExists("shavit") && GetFeatureStatus(FeatureType_Native, "Shavit_GetStyleSettingFloat") != FeatureStatus_Unknown)
|
||||
if(LibraryExists("shavit"))
|
||||
{
|
||||
g_bBhopTimer = true;
|
||||
if(GetFeatureStatus(FeatureType_Native, "Shavit_GetStyleSettingFloat") != FeatureStatus_Unknown)
|
||||
{
|
||||
g_bBhopTimer = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
PrintToServer("[EventQueueFix] Found compatible timer: Bhoptimer, but it is not version 2.6.0 or above.");
|
||||
}
|
||||
}
|
||||
|
||||
if(g_bBhopTimer)
|
||||
{
|
||||
PrintToServer("[EventQueueFix] Found compatible timer: Bhoptimer.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user