From 330322dfa0604ec5125d399c680d5714aaf31038 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 10 Sep 2023 04:24:12 +0300 Subject: [PATCH] add UKFP compatibility (again) --- SML/Classes/SafeMutLoader.uc | 4 ++++ 1 file changed, 4 insertions(+) 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