From a4f199d426d5ff011428ed848dda49b03520b981 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Tue, 13 Sep 2022 00:33:12 +0300 Subject: [PATCH] update description --- PublicationContent/description.txt | 2 ++ YAS/Classes/YAS.uc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PublicationContent/description.txt b/PublicationContent/description.txt index afd5f01..6d05678 100644 --- a/PublicationContent/description.txt +++ b/PublicationContent/description.txt @@ -44,6 +44,8 @@ In this section you can customize the messages that will be shown at the bottom [b][YAS.Ranks][/b] here you can set display settings for different player ranks. +[b]Why?[/b] for example, to highlight admins... or players who have done a lot for the server - this does not change the gameplay in any way, but these people will be pleased. Or just for fun of course :3 + Edit [b]Player[/b] and [b]Admin[/b] lines to set how this is displayed: [list] [*][b]RankName[/b] - rank name. Leave blank if you don't want this to be shown. diff --git a/YAS/Classes/YAS.uc b/YAS/Classes/YAS.uc index c4aaf7d..427a447 100644 --- a/YAS/Classes/YAS.uc +++ b/YAS/Classes/YAS.uc @@ -124,7 +124,7 @@ private function PreInit() } } -private function InitRanks() // TODO: Ref +private function InitRanks() { local Array Relations; local RankRelation Relation;