mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Removed outdated documentation for Player->getClientId()
This commit is contained in:
parent
29cd071108
commit
3bda1473e7
@ -314,12 +314,10 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
|
||||
}
|
||||
|
||||
/**
|
||||
* This might disappear in the future.
|
||||
* Please use getUniqueId() instead (IP + clientId + name combo, in the future it'll change to real UUID for online
|
||||
* auth)
|
||||
*
|
||||
* This might disappear in the future. Please use getUniqueId() instead.
|
||||
* @deprecated
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getClientId(){
|
||||
return $this->randomClientId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user