Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addons/sourcemod/scripting/RadioSpamBlock.sp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Plugin myinfo =
name = "Radio Spam Block",
author = "exvel, maxime1907, Obus, .Rushaway",
description = "Blocking players from radio spam. Also can disable radio commands for all players on the server if option is set.",
version = "1.2.0",
version = "1.2.1",
url = ""
}

Expand Down Expand Up @@ -239,3 +239,4 @@ bool IsValidClient(int client, bool nobots = true)
}
return IsClientInGame(client);
}