Fix typo
This commit is contained in:
@@ -51,7 +51,7 @@ bool ValidateStep::Perform(CookingData& data)
|
||||
|
||||
// Validate game settings
|
||||
auto gameSettings = GameSettings::Get();
|
||||
if (gameSettings = nullptr)
|
||||
if (gameSettings == nullptr)
|
||||
{
|
||||
data.Error(TEXT("Missing game settings."));
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user