rott/kf_sources/KFMod/Classes/KillingFloorMut.uc
2026-07-14 20:27:09 +07:00

14 lines
293 B
Ucode

class KillingFloorMut extends Mutator;
function bool CheckReplacement(Actor Other, out byte bSuperRelevant)
{
if( Controller(Other)!=None )
Controller(Other).PlayerReplicationInfoClass = Class'KFPlayerReplicationInfo';
return true;
}
defaultproperties
{
GroupName = "KF"
}