update readme

This commit is contained in:
GenZmeY 2021-06-13 05:14:00 +03:00
parent 5c752f00aa
commit 670b269c9f
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,4 @@
**TODO:** **TODO:**
1. Check fields char capacity (crop if text is large then cap) 1. Check fields char capacity (crop if text is large then cap)
2. Check steam group (?) 2. Localization
3. Rework replication
4. Localization

View File

@ -196,6 +196,7 @@ private function AddPlayer(Controller C)
RepClientNew.KFPC = KFPC; RepClientNew.KFPC = KFPC;
RepClientNew.RepInfo = Spawn(class'ScoreboardExtRepInfo', KFPC); RepClientNew.RepInfo = Spawn(class'ScoreboardExtRepInfo', KFPC);
RepClientNew.RepInfo.Mut = Self; RepClientNew.RepInfo.Mut = Self;
RepClientNew.RepInfo.CustomRanks = class'CustomRanks'.default.Rank; RepClientNew.RepInfo.CustomRanks = class'CustomRanks'.default.Rank;
RepClientNew.RepInfo.SteamGroupRelations = UIDRankRelationsSteamGroups; RepClientNew.RepInfo.SteamGroupRelations = UIDRankRelationsSteamGroups;