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,10 +61,17 @@ public void OnPluginStart()
|
|||||||
public void OnAllPluginsLoaded()
|
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;
|
g_bBhopTimer = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
PrintToServer("[EventQueueFix] Found compatible timer: Bhoptimer, but it is not version 2.6.0 or above.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if(g_bBhopTimer)
|
if(g_bBhopTimer)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user