Skip to content

Commit

Permalink
add UKFP compatibility (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenZmeY committed Sep 10, 2023
1 parent 256f3df commit 330322d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SML/Classes/SafeMutLoader.uc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -326,6 +329,7 @@ defaultproperties
Mutator="UnofficialKFPatch.UKFPMutatorNW",
Replacement="UnofficialKFPatch.UKFPReplicationInfo"
)})
*/

SystemServerActors.Add("IpDrv.WebServer")
}

0 comments on commit 330322d

Please sign in to comment.