Skip to content

Commit

Permalink
Update system/pages/serverinfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel authored Nov 21, 2023
1 parent ce8bfde commit 4379397
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 @@ -64,7 +64,7 @@
$redSkullLength = eval('return ' . $redSkullLength . ';');

$blackSkull = false;
$blackSkullLength = configLua('blackSkullDuration') : null;
$blackSkullLength = configLua('blackSkullDuration') ?? null;
if(isset($config['lua']['useBlackSkull']) && getBoolean($config['lua']['useBlackSkull']))
{
$blackSkullLength = configLua('blackSkullDuration');
Expand Down

0 comments on commit 4379397

Please sign in to comment.