@@ -51,6 +51,11 @@ bool ValidateStep::Perform(CookingData& data)
|
||||
|
||||
// Validate game settings
|
||||
auto gameSettings = GameSettings::Get();
|
||||
if (gameSettings = nullptr)
|
||||
{
|
||||
data.Error(TEXT("Missing game settings."));
|
||||
return true;
|
||||
}
|
||||
{
|
||||
if (gameSettings->ProductName.IsEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user