From 3bcd32c5ad09d0a7b937b2d5208c469f8e161a93 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Thu, 26 Oct 2017 19:51:47 +0700 Subject: [PATCH] removed stray die() --- Source/Steam.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Steam.php b/Source/Steam.php index 3eba56b..1ae5cc7 100644 --- a/Source/Steam.php +++ b/Source/Steam.php @@ -48,7 +48,6 @@ class Steam extends Source { echo $e->getTraceAsString(); } $this->output .= $game->print(); - die(); } } protected function parse() {