weekly fix

This commit is contained in:
GenZmeY 2021-03-06 18:17:28 +03:00
parent 14d8849ef7
commit 6cbeec5690

View File

@ -104,6 +104,21 @@ function UpdateGameSettings()
}
}
function EndOfMatch(bool bVictory)
{
local KFPlayerController KFPC;
super.EndOfMatch(bVictory);
if (bVictory)
{
foreach WorldInfo.AllControllers(class'KFPlayerController', KFPC)
{
KFPC.ClientCompletedWeeklySurvival();
}
}
}
defaultproperties
{
bIsCustomGame=False