mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
Fix another typo
This commit is contained in:
@@ -52,7 +52,7 @@ export async function getGameVersion() {
|
|||||||
)
|
)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`Game config at ${path} not found or invalid. Missing game files?`)
|
console.log(`Game config at ${path} not found or invalid. Missing game files?`)
|
||||||
return 0.0
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const versionRaw = settings.variance.split('.')
|
const versionRaw = settings.variance.split('.')
|
||||||
|
|||||||
Reference in New Issue
Block a user