Merge branch 'dev' into duke

This commit is contained in:
Duke
2023-11-22 14:05:31 -08:00
5 changed files with 145 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ if ($acname) {
# HSC's by default have a blocktime of 60s
$perday = 1440;
# Dragonx has a blocktime of 36s
$perday = 2400 if ($acname == 'DRAGONX');
$perday = 2400 if ($acname eq 'DRAGONX');
} else {
$acname = 'HUSH3';
}