mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 18:11:52 +00:00
Fixes #4083
This commit is contained in:
parent
c556ec84a2
commit
4f4bdea104
@ -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