mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
Clear some dead code!
Clear some dead code!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user