add UKFP compatibility (again)
This commit is contained in:
parent
256f3df4e8
commit
330322dfa0
@ -318,6 +318,9 @@ private static function class<Actor> GetMutStringReplacement(String MutString)
|
|||||||
|
|
||||||
defaultproperties
|
defaultproperties
|
||||||
{
|
{
|
||||||
|
// Looks like this method is no longer needed to load UKFP
|
||||||
|
// But I'll leave this commented just in case
|
||||||
|
/*
|
||||||
CustomMutReplacements.Add({(
|
CustomMutReplacements.Add({(
|
||||||
Mutator="UnofficialKFPatch.UKFPMutator",
|
Mutator="UnofficialKFPatch.UKFPMutator",
|
||||||
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
|
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
|
||||||
@ -326,6 +329,7 @@ defaultproperties
|
|||||||
Mutator="UnofficialKFPatch.UKFPMutatorNW",
|
Mutator="UnofficialKFPatch.UKFPMutatorNW",
|
||||||
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
|
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
|
||||||
)})
|
)})
|
||||||
|
*/
|
||||||
|
|
||||||
SystemServerActors.Add("IpDrv.WebServer")
|
SystemServerActors.Add("IpDrv.WebServer")
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user