diff --git a/app/Support/Steam.php b/app/Support/Steam.php index d532a43cce..9dda968cb1 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -220,7 +220,7 @@ class Steam return intval($bytes); } - return $string; + return intval($string); }