Skip to content

Commit

Permalink
Don't send any sound when returning the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Aug 5, 2024
1 parent 9f53bff commit b8b9f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion valve/addons/amxmodx/scripting/agmodx_ctf.sma
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ public OnFlagTouch(touched, toucher) {

// alert/notify players that flag has return to base
client_print(0, print_center, "%l", CTF_ML_FLAGRETURNED[playerTeam], toucher);
Speak(0, CTF_ML_FLAGRETURNED[playerTeam]);
}
}

Expand Down

0 comments on commit b8b9f85

Please sign in to comment.