diff --git a/src/configuration.c b/src/configuration.c index f2f891061..bf4cac914 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -265,7 +265,7 @@ BOOL loadConfig(void) if (getWarzoneKeyString("masterserver_name", sBuf)) { NETsetMasterserverName(sBuf); - if (stricmp(sBuf, "lobby.wz2100.net") != 0) + if (strcasecmp(sBuf, "lobby.wz2100.net") != 0) { debug(LOG_ERROR, "We are not using lobby.wz2100.net, for the master server name, we are using %s instead?", sBuf); }