diff --git a/plugins/no_dupe_account.smx b/plugins/no_dupe_account.smx index 5e714eb..4cbe332 100644 Binary files a/plugins/no_dupe_account.smx and b/plugins/no_dupe_account.smx differ diff --git a/scripting/no_dupe_account.sp b/scripting/no_dupe_account.sp index 3ccc04d..adcd844 100644 --- a/scripting/no_dupe_account.sp +++ b/scripting/no_dupe_account.sp @@ -8,7 +8,7 @@ #include #include -#define PLUGIN_VERSION "1.5.1" +#define PLUGIN_VERSION "1.5.2 Beta 1" #define AMOUNT_METHODS 14 // total amount of methods in the config file @@ -967,7 +967,7 @@ public void OnClientPostAdminCheck(int client) else CheckSteamLevel(client); } - else if (cvarPlaytime.IntValue > 0) + else if (cvarSteamLevel.IntValue > 0) { g_iClientChecks[client]--; ProcessChecks(client);