Clear some dead code!

Clear some dead code!
This commit is contained in:
novgorodschi catalin
2026-08-03 07:51:50 +03:00
parent aeccc54cb9
commit 613d800e29
16 changed files with 123 additions and 67 deletions
+10
View File
@@ -4318,3 +4318,13 @@ tz_def('TZ_WS_VS_NATARS', 'Against Natars');
// MESAJ DE SISTEM - previzualizare
//////////////////////////////////////////////////////////////////////////////////////////////////////
tz_def('ADM_PREVIEW', 'Preview');
//////////////////////////////////////////////////////////////////////////////////////////////////////
// REGULI DE INREGISTRARE (Server Configuration)
//////////////////////////////////////////////////////////////////////////////////////////////////////
tz_def('CONF_SERV_USRNM_MIN', 'Minimum username length');
tz_def('CONF_SERV_USRNM_MAX', 'Maximum username length');
tz_def('CONF_SERV_PW_MIN', 'Minimum password length');
tz_def('CONF_SERV_USRNM_SPECIAL', 'Allow . - _ in usernames');
tz_def('CONF_SERV_USRNM_SPECIAL_TOOLTIP', 'With True, usernames may contain a dot, hyphen or underscore, and single spaces between words. With False, only letters and digits are accepted.');
tz_def('CONF_SERV_REGRULES_TOOLTIP', 'Rules checked when a player registers. Changing them does not affect existing accounts.');