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
+5 -1
View File
@@ -106,7 +106,11 @@ function __construct() {
$this->logged_in = $this->checkLogin();
if ($this->logged_in && TRACK_USR) {
// users.timestamp nu mai e optional: din el se scot lista de jucatori
// online, harta de caldura si stergerea conturilor inactive. Inainte era
// in spatele lui TRACK_USR - cu flagul stins, stergerea automata ar fi
// considerat TOTI jucatorii inactivi.
if ($this->logged_in) {
$database->updateActiveUser($this->username, $this->time);
}