Get ip show your own ip instead of the ip of the users you are requesting it off.
Manually fix:
$ip = $this->players[$guid]->getIP();
change the $guid to $player.
Get ip show your own ip instead of the ip of the users you are requesting it off.
Manually fix:
$ip = $this->players[$guid]->getIP();
change the $guid to $player.