Skip to content

Commit

Permalink
spacing etc
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Dec 29, 2023
1 parent 7519719 commit 13241d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripting/stac.sp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "6.1.3-beta7"
#define PLUGIN_VERSION "6.1.3-beta8"

#define UPDATE_URL "https://raw.githubusercontent.com/sapphonie/StAC-tf2/master/updatefile.txt"

Expand Down
5 changes: 3 additions & 2 deletions scripting/stac/stac_client.sp
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ void DelayedRateLimitBan(DataPack dp)
else
{
#endif
ServerCommand("addip %i %s", rateLimitBanTime, ipAddr);
ServerCommand("banid %i %s kick", rateLimitBanTime, steamID);

ServerCommand("addip %i %s", rateLimitBanTime, ipAddr);
ServerCommand("banid %i %s kick", rateLimitBanTime, steamID);
#if 0
}
#endif
Expand Down

0 comments on commit 13241d1

Please sign in to comment.