add mars map to rotation

This commit is contained in:
Evan
2025-03-07 21:43:32 -08:00
parent 444e1dfbb5
commit 2b8cc2cf28
+1 -1
View File
@@ -274,7 +274,7 @@ function getNextMap(): GameMapType {
BlackSea: 2,
Africa: 2,
Asia: 2,
Mars: 0,
Mars: 2,
};
Object.keys(GameMapType).forEach((key) => {