Merge branch 'openttd' into 1.11

This commit is contained in:
dP
2021-04-19 00:52:56 +03:00
155 changed files with 1579 additions and 843 deletions

View File

@@ -1353,7 +1353,9 @@ DEF_CONSOLE_CMD(ConRescanNewGRF)
return true;
}
RequestNewGRFScan();
if (!RequestNewGRFScan()) {
IConsoleWarning("NewGRF scanning is already running. Please wait until completed to run again.");
}
return true;
}