mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-07 14:05:46 +00:00
feat: update config version to 5
This commit is contained in:
@@ -18,7 +18,7 @@ try {
|
||||
process.exit();
|
||||
}
|
||||
|
||||
if (config.version !== 5) {
|
||||
if (config.version !== 6) {
|
||||
console.error('Config Error | Invalid config version! The config has been updated, please get the new config from https://github.com/HirziDevs/PteroStats/blob/dev/config.yml');
|
||||
process.exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user