weekly fix
This commit is contained in:
parent
14d8849ef7
commit
6cbeec5690
@ -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
|
defaultproperties
|
||||||
{
|
{
|
||||||
bIsCustomGame=False
|
bIsCustomGame=False
|
||||||
|
Loading…
Reference in New Issue
Block a user