mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Typo
This commit is contained in:
parent
069ff9f965
commit
46c7e7860e
@ -144,7 +144,7 @@ class PocketMinecraftServer{
|
|||||||
}
|
}
|
||||||
$ln = 15;
|
$ln = 15;
|
||||||
$txt = substr($this->description, $this->custom["times_".$CID], $ln);
|
$txt = substr($this->description, $this->custom["times_".$CID], $ln);
|
||||||
$txt .= substr($this->descriptiont, 0, $ln - strlen($txt));
|
$txt .= substr($this->description, 0, $ln - strlen($txt));
|
||||||
$this->send(0x1c, array(
|
$this->send(0x1c, array(
|
||||||
$data[0],
|
$data[0],
|
||||||
$this->serverID,
|
$this->serverID,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Pocket Minecraft PHP server properties
|
#Pocket Minecraft PHP server properties
|
||||||
server-name=PHP Server
|
server-name=PHP Server
|
||||||
description= Warning: This is a Work in Progress custom server.
|
description= This is a Work in Progress custom server.
|
||||||
motd=Welcome to PHP Server
|
motd=Welcome to PHP Server
|
||||||
port=19132
|
port=19132
|
||||||
gamemode=1
|
gamemode=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user