This commit is contained in:
Wojtek Figat
2025-04-09 09:50:33 +02:00
parent eb86002fbd
commit a9a9057304

View File

@@ -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;