Skip to content

Commit

Permalink
Update system/pages/serverinfo.php
Browse files Browse the repository at this point in the history
Co-authored-by: Elson Costa <[email protected]>
  • Loading branch information
LeoTKBR and elsongabriel authored Nov 20, 2023
1 parent 97ed682 commit 646e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/pages/serverinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'redSkullLength' => $redSkullLength,
'blackSkull' => $blackSkull,
'blackSkullLength' => $blackSkullLength,
'dailyFragsToRedSkull' => isset($config['lua']['dayKillsToRedSkull']) ? $config['lua']['dayKillsToRedSkull'] : (isset($config['lua']['dayKillsToRedSkull']) ? $config['lua']['dayKillsToRedSkull'] : null),
'dailyFragsToRedSkull' => configLua('dayKillsToRedSkull') ?? null),
'weeklyFragsToRedSkull' => configLua('weekKillsToRedSkull') ?? null),
'monthlyFragsToRedSkull' => configLua('monthKillsToRedSkull') ?? null),
'dailyFragsToBlackSkull' => isset($config['lua']['dailyFragsToBlackSkull']) ? $config['lua']['dailyFragsToBlackSkull'] : (isset($config['lua']['kills_per_day_black_skull']) ? $config['lua']['kills_per_day_black_skull'] : null),
Expand Down

0 comments on commit 646e8ba

Please sign in to comment.