From 5f6d5b95fe1449654ae270cb19c6d883e3860b7d Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 12 Mar 2022 02:30:13 +0100 Subject: [PATCH] actions_on_button_press 1.2.4 --- .../camera_switch_vote_on_button_press.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } }