Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dronelektron committed Dec 24, 2021
2 parents ec6639d + 780644b commit 1f87f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/block-spectators.sp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Plugin myinfo = {
name = "Block spectators",
author = "Dron-elektron",
description = "Allows you to block the spectators team at the end of the round or earlier",
version = "0.1.0",
version = "0.1.1",
url = ""
};

Expand Down Expand Up @@ -92,7 +92,7 @@ public Action CommandListener_JoinTeam(int client, const char[] command, int arg
int team = StringToInt(teamStr);

if (g_isSpectatorsBlocked && team == TEAM_SPECTATOR) {
CPrintToChat(client, "%s%t", PREFIX_COLORED, "Spectators team blocked until round end");
CPrintToChat(client, "%s%t", PREFIX_COLORED, "Spectators team is blocked");

return Plugin_Stop;
}
Expand Down

0 comments on commit 1f87f55

Please sign in to comment.