From 162535ceef46da0d73a4276942f3adea7a73efdf Mon Sep 17 00:00:00 2001 From: not-log Date: Tue, 18 May 2021 17:09:58 +0300 Subject: [PATCH] remove tabs --- scripting/SoundManager.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/SoundManager.sp b/scripting/SoundManager.sp index daa2ea0..7c8eaeb 100644 --- a/scripting/SoundManager.sp +++ b/scripting/SoundManager.sp @@ -551,7 +551,7 @@ public Action SoundHook_Normal(int clients[MAXPLAYERS], int &numClients, char sa numClients--; i--; } - + return (numClients > 0) ? Plugin_Changed : Plugin_Stop; } //----------------------------------------------------