Skip to content

Commit

Permalink
Fix qol convar check
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie committed Aug 13, 2021
1 parent 906d057 commit f7fe96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/nmrih-bettertools.sp
Expand Up @@ -107,7 +107,7 @@ public void OnPluginStart()

public void OnAllPluginsLoaded()
{
qolPluginExists = FindConVar("qol") != -1;
qolPluginExists = FindConVar("qol") != null;
}

public void OnConfigsExecuted()
Expand Down

0 comments on commit f7fe96d

Please sign in to comment.