Skip to content

Commit e034481

Browse files
committed
Bug Fix: Change Viking_P to Fjordur
1 parent 68eba3f commit e034481

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

html/type/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
$mods[$value] = $modcontent;
118118
}
119119
}
120-
$officialmaps = array("Aberration", "CrystalIsles", "Gen2", "Gen", "LostIsland", "Ragnarok", "ScorchedEarth", "TheCenter", "TheIsland", "Valguero", "Viking_P", "Valhalla", "TheVolcano");
120+
$officialmaps = array("Aberration", "CrystalIsles", "Gen2", "Gen", "LostIsland", "Ragnarok", "ScorchedEarth", "TheCenter", "TheIsland", "Valguero", "Fjordur", "Valhalla", "TheVolcano");
121121
if (in_array($map, $officialmaps)) {
122122
$maplink = "html/img/map/$map.webp";
123123
} else {

0 commit comments

Comments
 (0)