Change: Allow GS access to ScriptGameSettings.IsDisabledVehicleType

This commit is contained in:
SamuXarick
2023-04-17 17:59:16 +02:00
committed by rubidium42
parent fd26a44c9e
commit f225f36c3d
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -75,7 +75,6 @@ public:
* Checks whether the given vehicle-type is disabled for companies.
* @param vehicle_type The vehicle-type to check.
* @return True if the vehicle-type is disabled.
* @api -game
*/
static bool IsDisabledVehicleType(ScriptVehicle::VehicleType vehicle_type);
};