Update Maps.ts

This commit is contained in:
SunnyBoyWTF
2025-02-19 10:38:54 -05:00
committed by GitHub
parent e67cffa314
commit b00a6b0e93
+1 -1
View File
@@ -23,7 +23,7 @@ export function getMapsImage(map: GameMapType): string {
case GameMapType.BlackSea:
return blackSea;
case GameMapType.Africa:
return africa; // Corrected the case for Africa
return africa;
default:
return "";
}