We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85010a3 commit 6f1185aCopy full SHA for 6f1185a
classes/class.Compat.php
@@ -626,7 +626,7 @@ public static function printStatusModule() : void
626
// Pretty output for readability
627
foreach ($a_status as $id => $status)
628
{
629
- $percentage = round(($game_scount["status"][$id]/$game_scount["status"][0]) * 100, 2, PHP_ROUND_HALF_UP);
+ $percentage = round(($game_scount["nostatus"][$id]/$game_scount["nostatus"][0]) * 100, 2, PHP_ROUND_HALF_UP);
630
631
// Initialise current status parent div
632
$html_div_main = new HTMLDiv("compat-status-main");
0 commit comments