Nextmap now has an error message if the reason it didn't load maps was due to non-existant file.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401498
This commit is contained in:
parent
2c2d791f89
commit
3a1961cfc0
@ -256,6 +256,7 @@ LoadMaps()
|
|||||||
|
|
||||||
if (!FileExists(mapCycle))
|
if (!FileExists(mapCycle))
|
||||||
{
|
{
|
||||||
|
LogError("[SM] Could not find file: %s", mapCycle);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user