James Cole
2024-07-24 14:57:51 +02:00
parent fdd93427aa
commit a0aef5d579
2 changed files with 5 additions and 0 deletions

View File

@@ -836,6 +836,7 @@ class Steam
if (!str_contains($value, 'E')) {
return $value;
}
Log::debug(sprintf('Floatalizing %s', $value));
$number = substr($value, 0, (int)strpos($value, 'E'));
if (str_contains($number, '.')) {