mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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:
|
||||
$this->message = $this->getString();
|
||||
$count = $this->getByte();
|
||||
for($i = 0; $i < $count; ++$count){
|
||||
for($i = 0; $i < $count; ++$i){
|
||||
$this->parameters[] = $this->getString();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user