mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
update loop die
This commit is contained in:
parent
eb00dee8a6
commit
ccb60ff81e
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user