mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Whitelist now uses the clientID as a identifier as soon as the player has logged in one time
This commit is contained in:
@ -199,7 +199,7 @@ class PlayerAPI{
|
||||
),
|
||||
"health" => 20,
|
||||
"lastIP" => "",
|
||||
"lastID" => "",
|
||||
"lastID" => 0,
|
||||
);
|
||||
$this->saveOffline($name, $data);
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user