update readme
This commit is contained in:
parent
5c752f00aa
commit
670b269c9f
@ -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
|
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user