Skip to content

Commit

Permalink
Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
azalty committed Mar 27, 2021
1 parent 10c1586 commit 46ce372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified plugins/no_dupe_account.smx
Binary file not shown.
4 changes: 2 additions & 2 deletions scripting/no_dupe_account.sp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <steamworks>
#include <discord>

#define PLUGIN_VERSION "1.4.1b"
#define PLUGIN_VERSION "1.4.1"

int g_iChecks; // amount of checks
int g_iClientChecksDone[MAXPLAYERS + 1];
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 46ce372

Please sign in to comment.