From 5214a2d6f7dc6efce5b4bce54984062520508fc9 Mon Sep 17 00:00:00 2001 From: olivia Date: Thu, 1 May 2025 16:39:23 -0700 Subject: [PATCH] shavit-core.sp - typo (^: --- addons/sourcemod/scripting/shavit-core.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/sourcemod/scripting/shavit-core.sp b/addons/sourcemod/scripting/shavit-core.sp index 2d74994e..fa4f0043 100644 --- a/addons/sourcemod/scripting/shavit-core.sp +++ b/addons/sourcemod/scripting/shavit-core.sp @@ -1520,11 +1520,11 @@ void UpdateLaggedMovement(int client, bool user_timescale) } } -void CallOnStyleChanged(int client, int oldstyle, int newstyle, bool manual, bool nofoward=false) +void CallOnStyleChanged(int client, int oldstyle, int newstyle, bool manual, bool noforward=false) { gA_Timers[client].bsStyle = newstyle; - if (!nofoward) + if (!noforward) { Call_StartForward(gH_Forwards_OnStyleChanged); Call_PushCell(client);