Whitelist now uses the clientID as a identifier as soon as the player has logged in one time

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-25 20:51:08 +01:00
parent 504b37cfaa
commit cb7e9bb572
3 changed files with 10 additions and 6 deletions

View File

@ -199,7 +199,7 @@ class PlayerAPI{
),
"health" => 20,
"lastIP" => "",
"lastID" => "",
"lastID" => 0,
);
$this->saveOffline($name, $data);
}else{