parent
ac89115fd9
commit
776ff70aff
|
@ -691,7 +691,8 @@ void FCarlaServer::FPimpl::BindActions()
|
|||
auto *Weather = Episode->GetWeather();
|
||||
if (Weather == nullptr)
|
||||
{
|
||||
RESPOND_ERROR("internal error: unable to find weather:: weather is disabled");
|
||||
UE_LOG(LogCarla, Error, TEXT("internal error: unable to find weather:: weather is disabled"));
|
||||
return cr::WeatherParameters();
|
||||
}
|
||||
return Weather->GetCurrentWeather();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue