11 lines
176 B
Ucode
Raw Normal View History

2021-05-16 06:37:39 +03:00
class ScoreboardExtMut extends KFMutator;
2020-01-10 07:14:11 -06:00
function PostBeginPlay()
2020-01-10 07:14:11 -06:00
{
Super.PostBeginPlay();
2021-05-16 06:37:39 +03:00
WorldInfo.Game.HUDType = class'ScoreboardExtHUD';
2020-01-10 07:14:11 -06:00
}
defaultproperties
{
2020-01-10 07:14:11 -06:00
}