From 670b269c9f28c8608feac6c37edca0a9564ffe4a Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 13 Jun 2021 05:14:00 +0300 Subject: [PATCH] update readme --- README.md | 4 +--- ScoreboardExt/Classes/ScoreboardExtMut.uc | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b4c5dd..61b7450 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,4 @@ **TODO:** 1. Check fields char capacity (crop if text is large then cap) -2. Check steam group (?) -3. Rework replication -4. Localization \ No newline at end of file +2. Localization \ No newline at end of file diff --git a/ScoreboardExt/Classes/ScoreboardExtMut.uc b/ScoreboardExt/Classes/ScoreboardExtMut.uc index 84cdbcb..e63833c 100644 --- a/ScoreboardExt/Classes/ScoreboardExtMut.uc +++ b/ScoreboardExt/Classes/ScoreboardExtMut.uc @@ -196,6 +196,7 @@ private function AddPlayer(Controller C) RepClientNew.KFPC = KFPC; RepClientNew.RepInfo = Spawn(class'ScoreboardExtRepInfo', KFPC); + RepClientNew.RepInfo.Mut = Self; RepClientNew.RepInfo.CustomRanks = class'CustomRanks'.default.Rank; RepClientNew.RepInfo.SteamGroupRelations = UIDRankRelationsSteamGroups;