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 24ea0f1 commit 2be10c6
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 @@ -71,7 +71,7 @@
$blackSkull = true;
}
else if(isset($config['lua']['black_skull_duration'])) {
$blackSkullLength = eval('return ' . $config['lua']['blackSkullDuration'] . ';');
$blackSkullLength = eval('return ' . configLua('blackSkullDuration') . ';');
$blackSkull = true;
}

Expand Down

0 comments on commit 2be10c6

Please sign in to comment.