mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Updated RakLib version, Query works again
This commit is contained in:
@ -153,6 +153,14 @@ class RakLibInterface implements ServerInstance, SourceInterface{
|
||||
}
|
||||
}
|
||||
|
||||
public function handleRaw($address, $port, $payload){
|
||||
$this->server->handlePacket($address, $port, $payload);
|
||||
}
|
||||
|
||||
public function putRaw($address, $port, $payload){
|
||||
$this->interface->sendRaw($address, $port, $payload);
|
||||
}
|
||||
|
||||
public function notifyACK($identifier, $identifierACK){
|
||||
if(isset($this->players[$identifier])){
|
||||
$this->players[$identifier]->handleACK($identifierACK);
|
||||
|
Reference in New Issue
Block a user