remove milkyway, bad merge

This commit is contained in:
evanpelle
2026-04-01 19:45:26 -07:00
parent 23bcca2e9e
commit f8b3339aa5
-1
View File
@@ -139,7 +139,6 @@ export enum GameMapType {
Arctic = "Arctic",
SanFrancisco = "San Francisco",
Aegean = "Aegean",
MilkyWay = "MilkyWay",
}
export type GameMapName = keyof typeof GameMapType;