patch update

This commit is contained in:
GenZmeY 2021-12-09 19:44:32 +03:00
parent dbc90167f1
commit ad9ac79ed7

View File

@ -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;