Changed unnecessary extra check for EMD ClientVersion.

This commit is contained in:
Hipposgrumm 2024-12-27 12:58:40 -07:00
parent f0eeae2223
commit b486ee002c

View File

@ -30,7 +30,7 @@ public class ClientVersion {
) { ) {
return MB; return MB;
} else if ( } else if (
"DD602CF1-CC98-4738-9A0A-56DDE3026947".Equals(apiKey, StringComparison.OrdinalIgnoreCase) // compare lowercase for mmo check apiKey == "dd602cf1-cc98-4738-9a0a-56dde3026947"
) { ) {
return EMD; return EMD;
} else if ( } else if (