mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 03:53:49 +00:00
Update Maps.ts
This commit is contained in:
@@ -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 "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user