mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 14:05:35 +00:00
commit
f23c2f894d
@ -332,7 +332,7 @@ class PocketMinecraftServer extends stdClass{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function clientID($ip, $port){
|
public function clientID($ip, $port){
|
||||||
return md5($pi . $port, true);
|
return md5($ip . $port, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function packetHandler($packet){
|
public function packetHandler($packet){
|
||||||
@ -542,4 +542,4 @@ class PocketMinecraftServer extends stdClass{
|
|||||||
$this->query("DELETE FROM events WHERE ID = ".$id.";");
|
$this->query("DELETE FROM events WHERE ID = ".$id.";");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user