add UKFP compatibility (again)

This commit is contained in:
GenZmeY 2023-09-10 04:24:12 +03:00
parent 256f3df4e8
commit 330322dfa0
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39

View File

@ -318,6 +318,9 @@ private static function class<Actor> GetMutStringReplacement(String MutString)
defaultproperties
{
// Looks like this method is no longer needed to load UKFP
// But I'll leave this commented just in case
/*
CustomMutReplacements.Add({(
Mutator="UnofficialKFPatch.UKFPMutator",
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
@ -326,6 +329,7 @@ defaultproperties
Mutator="UnofficialKFPatch.UKFPMutatorNW",
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
)})
*/
SystemServerActors.Add("IpDrv.WebServer")
}