fix
This commit is contained in:
parent
dd5201ea2b
commit
ef2bfda4e9
@ -97,8 +97,7 @@ function WarnKicker(PlayerReplicationInfo PRI_Kickee, PlayerReplicationInfo PRI_
|
||||
if (!IsKickerWarned(KFPC_Kicker))
|
||||
{
|
||||
KickWarningList.AddItem(KFPC_Kicker);
|
||||
WorldInfo.Game.Broadcast(KFPC_Kicker, PRI_Kicker.PlayerName@"tried to kick"@PRI_Kickee.PlayerName);
|
||||
WorldInfo.Game.Broadcast(KFPC_Kicker, "If he tries to do it again, the hand of God will punish him");
|
||||
WorldInfo.Game.Broadcast(KFPC_Kicker, PRI_Kicker.PlayerName@"tried to kick"@PRI_Kickee.PlayerName$". If he tries to do it again, the hand of God will punish him");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -112,30 +112,6 @@ function UpdateGameSettings()
|
||||
}
|
||||
}
|
||||
|
||||
function WaveEnded(EWaveEndCondition WinCondition)
|
||||
{
|
||||
if(!bWaveStarted && !MyKFGRI.bTraderIsOpen)
|
||||
return;
|
||||
|
||||
WaveMax = WaveNum + 2;
|
||||
MyKFGRI.WaveMax = WaveMax;
|
||||
|
||||
if(KFGameReplicationInfo_Endless(GameReplicationInfo).CurrentWeeklyMode != INDEX_NONE)
|
||||
{
|
||||
EndOutbreakRound();
|
||||
}
|
||||
bUseSpecialWave = false;
|
||||
|
||||
KFGameReplicationInfo_Endless(GameReplicationInfo).CurrentWeeklyMode = INDEX_NONE;
|
||||
KFGameReplicationInfo_Endless(GameReplicationInfo).CurrentSpecialMode = INDEX_NONE;
|
||||
|
||||
HellOnEarthPlusRoundIncrement();
|
||||
|
||||
Super(KFGameInfo_Survival).WaveEnded(WinCondition);
|
||||
|
||||
TrySetNextWaveSpecial();
|
||||
}
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
bIsCustomGame=False
|
||||
|
Loading…
Reference in New Issue
Block a user