From 13241d1b0e5f79f6f188abad99384c635d9d9ade Mon Sep 17 00:00:00 2001 From: stephanie sappho lenzo Date: Fri, 29 Dec 2023 00:35:15 -0500 Subject: [PATCH] spacing etc --- scripting/stac.sp | 2 +- scripting/stac/stac_client.sp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripting/stac.sp b/scripting/stac.sp index ea8187e..01def92 100755 --- a/scripting/stac.sp +++ b/scripting/stac.sp @@ -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" diff --git a/scripting/stac/stac_client.sp b/scripting/stac/stac_client.sp index 44ec7c2..b240e31 100755 --- a/scripting/stac/stac_client.sp +++ b/scripting/stac/stac_client.sp @@ -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