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 646e8ba commit c5c2c49
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 @@ -63,7 +63,7 @@
if(isset($redSkullLength))
$redSkullLength = eval('return ' . $redSkullLength . ';');

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

0 comments on commit c5c2c49

Please sign in to comment.