mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +00:00
Don't capitalize server name in /mapinfo
This commit is contained in:
parent
f5d31b595c
commit
fbe1bcbf39
|
@ -578,7 +578,6 @@ void CSqlScore::MapInfoThread(void *pUser)
|
||||||
default: aStars[0] = '\0';
|
default: aStars[0] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
aServer[0] = toupper(aServer[0]);
|
|
||||||
str_format(aBuf, sizeof(aBuf), "\"%s\" by %s on %s (%s, %d %s, %d %s by %d %s%s)", aMap, aMapper, aServer, aStars, points, points == 1 ? "point" : "points", finishes, finishes == 1 ? "finish" : "finishes", finishers, finishers == 1 ? "tee" : "tees", pReleasedString);
|
str_format(aBuf, sizeof(aBuf), "\"%s\" by %s on %s (%s, %d %s, %d %s by %d %s%s)", aMap, aMapper, aServer, aStars, points, points == 1 ? "point" : "points", finishes, finishes == 1 ? "finish" : "finishes", finishers, finishers == 1 ? "tee" : "tees", pReleasedString);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue