Add Player Name Size Limit

This commit is contained in:
GreenComfyTea
2022-07-10 12:15:35 +03:00
parent cb60b512bb
commit 9c1ba9ac4c
10 changed files with 39 additions and 2 deletions

View File

@@ -3779,7 +3779,9 @@ function config.init()
hide_myself = false,
hide_other_players = false,
hide_total_damage = false
hide_total_damage = false,
player_name_size_limit = 150
},
sorting = {

View File

@@ -374,7 +374,9 @@ language.default_language = {
hide_myself = "Hide Myself",
hide_other_players = "Hide Other Players",
hide_total_damage = "Hide Total Damage"
hide_total_damage = "Hide Total Damage",
player_name_size_limit = "Player Name Size Limit"
}
};