Archived
1
0
Fork 0

removed stray die()

This commit is contained in:
Alexander Yakovlev 2017-10-26 19:51:47 +07:00
parent 5ab2e302f2
commit 3bcd32c5ad

View file

@ -48,7 +48,6 @@ class Steam extends Source {
echo $e->getTraceAsString();
}
$this->output .= $game->print();
die();
}
}
protected function parse() {