fix settings replication
This commit is contained in:
parent
5f4e2fec5d
commit
5c752f00aa
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user