1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

Fix: Insufficient input validation for CmdIndustryCtrl. (#9711)

This commit is contained in:
Michael Lutz
2021-11-20 23:27:45 +01:00
committed by GitHub
parent 793de48e89
commit 20a30825a0

View File

@@ -2118,7 +2118,7 @@ CommandCost CmdIndustryCtrl(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
}
default:
NOT_REACHED();
return CMD_ERROR;
}
return CommandCost();