mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Typo
This commit is contained in:
parent
069ff9f965
commit
46c7e7860e
@ -144,7 +144,7 @@ class PocketMinecraftServer{
|
||||
}
|
||||
$ln = 15;
|
||||
$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(
|
||||
$data[0],
|
||||
$this->serverID,
|
||||
|
@ -1,6 +1,6 @@
|
||||
#Pocket Minecraft PHP server properties
|
||||
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
|
||||
port=19132
|
||||
gamemode=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user