1
0
Fork 0

And again

This commit is contained in:
EmmyHeart 2023-07-11 10:04:25 +00:00
parent 1bc8648e35
commit 3c7ceabf4e
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ class ChuniTeamConfig:
return CoreConfig.get_config_field(
self.__config, "chuni", "team", "name", default=""
)
@property
def rank_scale(self) -> str:
return CoreConfig.get_config_field(
self.__config, "chuni", "team", "rank_scale", default="False"
)
class ChuniModsConfig: