mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
Changed unnecessary extra check for EMD ClientVersion.
This commit is contained in:
parent
f0eeae2223
commit
b486ee002c
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user