From ad9ac79ed77553bc27a741d8dfc220e145cbef96 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Thu, 9 Dec 2021 19:44:32 +0300 Subject: [PATCH] patch update --- MskGs/Classes/MskGsVoteCollector.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MskGs/Classes/MskGsVoteCollector.uc b/MskGs/Classes/MskGsVoteCollector.uc index e64b8da..88a9893 100644 --- a/MskGs/Classes/MskGsVoteCollector.uc +++ b/MskGs/Classes/MskGsVoteCollector.uc @@ -180,7 +180,7 @@ function ServerStartVoteKick(PlayerReplicationInfo PRI_Kickee, PlayerReplication return; } - if (bIsSkipTraderVoteInProgress) // A kick vote is not allowed while another vote is active + if (bIsSkipTraderVoteInProgress || bIsPauseGameVoteInProgress) // A kick vote is not allowed while another vote is active { KFPC.ReceiveLocalizedMessage(class'KFLocalMessage', LMT_OtherVoteInProgress); return;