Merge pull request #351 from CanntAim/master

Fixed menu code to correctly parse maps.lst file.
This commit is contained in:
Yamagi 2019-01-19 16:53:52 +01:00 committed by GitHub
commit 78366472f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2955,7 +2955,7 @@ StartServer_MenuInit(void)
while (i < length)
{
if (s[i] == '\r')
if (s[i] == '\n')
{
nummaps++;
}