Fix Natars

Fix Natars
This commit is contained in:
novgorodschi catalin
2026-08-20 07:58:50 +03:00
parent 5300198c3a
commit 0f58d238f1
3 changed files with 68 additions and 28 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ define("START_TIME", "%SSTARTTIME%");
// SERVER_LANG is the DEFAULT language of the server (chosen at install / in
// the admin "Server Settings"). LANG is the EFFECTIVE display language.
//
// Per-user language (issue #166): if the logged-in player picked a language
// Per-user language : if the logged-in player picked a language
// in their profile preferences (stored in users.lang and mirrored into
// $_SESSION['lang']), LANG becomes that language; otherwise LANG falls back
// to SERVER_LANG.