From b00a6b0e933a4f17bcb381238bca891c5d67b734 Mon Sep 17 00:00:00 2001 From: SunnyBoyWTF Date: Wed, 19 Feb 2025 10:38:54 -0500 Subject: [PATCH] Update Maps.ts --- src/client/utilities/Maps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/utilities/Maps.ts b/src/client/utilities/Maps.ts index 9b94ff166..28c9e6298 100644 --- a/src/client/utilities/Maps.ts +++ b/src/client/utilities/Maps.ts @@ -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 ""; }