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