- the training map could not be started.

This commit is contained in:
Christoph Oelckers 2020-08-23 14:00:53 +02:00
parent 979cc63835
commit e75cfd82f9

View file

@ -208,7 +208,7 @@ void CheckProgression()
{
startlevel = true;
// start a new game at the given level
if (!nNetPlayerCount)
if (!nNetPlayerCount && mylevelnew > 0)
{
showmap(levelnum, mylevelnew, nBestLevel, jobs);
}