mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
update loop die
This commit is contained in:
@ -54,7 +54,7 @@ class TextPacket extends DataPacket{
|
|||||||
case self::TYPE_TRANSLATION:
|
case self::TYPE_TRANSLATION:
|
||||||
$this->message = $this->getString();
|
$this->message = $this->getString();
|
||||||
$count = $this->getByte();
|
$count = $this->getByte();
|
||||||
for($i = 0; $i < $count; ++$count){
|
for($i = 0; $i < $count; ++$i){
|
||||||
$this->parameters[] = $this->getString();
|
$this->parameters[] = $this->getString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user