diff --git a/plugins/no_dupe_account.smx b/plugins/no_dupe_account.smx index ccf48dc..ebdcbd4 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 b501198..1e9469e 100644 --- a/scripting/no_dupe_account.sp +++ b/scripting/no_dupe_account.sp @@ -7,7 +7,7 @@ #include #include -#define PLUGIN_VERSION "1.4.1b" +#define PLUGIN_VERSION "1.4.1" int g_iChecks; // amount of checks int g_iClientChecksDone[MAXPLAYERS + 1]; @@ -79,7 +79,7 @@ public Plugin myinfo = author = "azalty/rlevet", description = "Prevents duplicated or new accounts from accessing the server", version = PLUGIN_VERSION, - url = "github.com/rlevet/sm-no-dupe-account" + url = "github.com/azalty/sm-no-dupe-account" } public void OnPluginStart()