diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 4f7565bc51..e64b9bda96 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -44,6 +44,7 @@ * \li GSCompany::SetAutoRenewStatus * \li GSCompany::SetAutoRenewMonths * \li GSCompany::SetAutoRenewMoney + * \li GSGameSettings::IsDisabledVehicleType * * API removals: * \li GSError::ERR_PRECONDITION_TOO_MANY_PARAMETERS, that error is never returned anymore. diff --git a/src/script/api/script_gamesettings.hpp b/src/script/api/script_gamesettings.hpp index a2d238c82a..83d023e70f 100644 --- a/src/script/api/script_gamesettings.hpp +++ b/src/script/api/script_gamesettings.hpp @@ -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); };