Set default map-sorting to be very late, so the map wont be first if its settings.json could not be loaded

This commit is contained in:
Lukas Rieger (Blue) 2023-02-08 17:40:12 +01:00
parent 141d46a513
commit 277af6b498
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export class Map {
this.data = reactive({
id: id,
sorting: 0,
sorting: 1000000,
dataUrl: dataUrl,
settingsUrl: dataUrl + "settings.json",
texturesUrl: dataUrl + "textures.json",