update loop die

This commit is contained in:
forthxu 2016-02-23 18:25:04 +08:00 committed by PEMapModder
parent eb00dee8a6
commit ccb60ff81e

View File

@ -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();
}
}