mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
load exclusion for 1.811 - hotfix
This commit is contained in:
parent
e9ae71af59
commit
4a2a2ad967
3 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ function uploadMap(file, callback) {
|
|||
const isUpdated = mapVersion === currentVersion;
|
||||
const isAncient = mapVersion < OLDEST_SUPPORTED_VERSION;
|
||||
// TODO: temp condition for 1.811, remove when 1.82 is released
|
||||
const isNewer = mapVersion > currentVersion && currentVersion !== 1.811;
|
||||
const isNewer = mapVersion > currentVersion && mapVersion !== 1.811;
|
||||
const isOutdated = mapVersion < currentVersion;
|
||||
|
||||
if (isInvalid) return showUploadMessage("invalid", mapData, mapVersion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue