diff --git a/actions_on_button_press/camera_switch_vote_on_button_press.gsc b/actions_on_button_press/camera_switch_vote_on_button_press.gsc index bfc67b1..484e5f0 100644 --- a/actions_on_button_press/camera_switch_vote_on_button_press.gsc +++ b/actions_on_button_press/camera_switch_vote_on_button_press.gsc @@ -116,11 +116,11 @@ DisplayVoteCount() { if (getDvarInt( "camera_thirdPerson" ) == 0) { - CustomPrintLn("Everyone voted to switch to 1st person"); + CustomPrintLn("More than half of the players voted to switch to 1st person"); } else { - CustomPrintLn("Everyone voted to switch to 3rd person"); + CustomPrintLn("More than half of the players voted to switch to 3rd person"); } }