diff --git a/ScoreboardExt/Classes/ScoreboardExtRepInfo.uc b/ScoreboardExt/Classes/ScoreboardExtRepInfo.uc index ebb4cf7..874b771 100644 --- a/ScoreboardExt/Classes/ScoreboardExtRepInfo.uc +++ b/ScoreboardExt/Classes/ScoreboardExtRepInfo.uc @@ -64,11 +64,19 @@ public function StartFirstTimeReplication() { `callstack(); - ClientApplySettings(); + ClientAddSettings(Settings); SetTimer(0.01f, true, nameof(ReplicateCustomRanks)); SetTimer(0.01f, true, nameof(ReplicateSteamGroupRelations)); } +private reliable client function ClientAddSettings(SCESettings Set) +{ + `callstack(); + + Settings = Set; + ClientApplySettings(); +} + private reliable client function ClientApplySettings() { `callstack();