mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 10:31:51 +00:00
Fixed typo
This commit is contained in:
parent
518afeae48
commit
957f24c1f3
@ -332,7 +332,7 @@ class PocketMinecraftServer extends stdClass{
|
||||
}
|
||||
|
||||
public function clientID($ip, $port){
|
||||
return md5($pi . $port, true);
|
||||
return md5($ip . $port, true);
|
||||
}
|
||||
|
||||
public function packetHandler($packet){
|
||||
|
Loading…
x
Reference in New Issue
Block a user