mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Fixes #4083
This commit is contained in:
parent
7e1557dc94
commit
cb55cefa44
@ -170,7 +170,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
|||||||
$info = $this->server->getQueryInformation();
|
$info = $this->server->getQueryInformation();
|
||||||
|
|
||||||
$this->interface->sendOption("name",
|
$this->interface->sendOption("name",
|
||||||
"MCPE;" . addcslashes($name, ";") . ";" .
|
"MCPE;" . rtrim(addcslashes($name, ";"), '\\') . ";" .
|
||||||
Info::CURRENT_PROTOCOL . ";" .
|
Info::CURRENT_PROTOCOL . ";" .
|
||||||
Info::MINECRAFT_VERSION_NETWORK . ";" .
|
Info::MINECRAFT_VERSION_NETWORK . ";" .
|
||||||
$info->getPlayerCount() . ";" .
|
$info->getPlayerCount() . ";" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user