ajbdev / phpsc2replay

Automatically exported from code.google.com/p/phpsc2replay
0 stars 1 forks source link

Missprint on line 608 sc2replay.php #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Line 608:
$sendee = $stream-readBits(4);

Error only appears on replays with trading resources.

Should be replaced with:
$sendee = $stream->readBits(4);

Original issue reported on code.google.com by amvn...@mail.ru on 12 Oct 2012 at 5:24