diff --git a/SML/Classes/SafeMutLoader.uc b/SML/Classes/SafeMutLoader.uc index cce2819..f618d2f 100644 --- a/SML/Classes/SafeMutLoader.uc +++ b/SML/Classes/SafeMutLoader.uc @@ -318,6 +318,9 @@ private static function class 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") } \ No newline at end of file