fixed a bug when over 60 hours played.

This commit is contained in:
2018-11-29 20:50:18 -05:00
parent 3f748fc1dc
commit 9aef3528cb

View File

@@ -49,8 +49,7 @@ class ps4 {
}
if ($seconds/60 > 1) { $label .= "s"; }
$playtime = round($seconds/60,2);
} else
if ($seconds/60/60 < 60) {
} else {
if ($text == true) {
$label = "hour";
}