Organized map files by planet

This commit is contained in:
Anuken
2026-01-14 20:18:45 -05:00
parent a0a06c450b
commit 475b8d4f15
112 changed files with 40 additions and 12 deletions

View File

@@ -91,7 +91,7 @@ public class SectorSubmissions{
sub.author = author;
sub.mapFileLink = mapFileLink;
var preset = new SectorPreset("sector-" + planet.name + "-" + id, "hidden-serpulo/" + id, planet, id);
var preset = new SectorPreset("sector-" + planet.name + "-" + id, "hidden/" + id, planet, id);
preset.requireUnlock = false;
if(difficulty > 0f) preset.difficulty = difficulty;