a reminder to the user

This commit is contained in:
deadw1nter 2021-04-12 07:06:46 +08:00
parent 2a2f5b7cbf
commit 9106cce5e7

View File

@ -61,10 +61,17 @@ public void OnPluginStart()
public void OnAllPluginsLoaded()
{
if(LibraryExists("shavit") && GetFeatureStatus(FeatureType_Native, "Shavit_GetStyleSettingFloat") != FeatureStatus_Unknown)
if(LibraryExists("shavit"))
{
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)
{