Skip to content

Commit

Permalink
Fix count command not outputting
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 22, 2024
1 parent 65c728e commit 84fb944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.Warden/Commands/CountCommandsBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public void Command_Count(CCSPlayerController? executor, CommandInfo info) {
var prisoners = PlayerUtil.FromTeam(CsTeam.Terrorist)
.Count(markers.InMarker);

locale.PrisonersInMarker(prisoners);
locale.PrisonersInMarker(prisoners).ToChat(executor);
}
}

0 comments on commit 84fb944

Please sign in to comment.