From 31546e40bb8fabe46a6c2a5bf1df1da31f0be2ac Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Thu, 25 Apr 2019 18:10:19 +0300 Subject: [PATCH] (b89fa807d) Removed: Leftover yield return null --- .../Source/GameSession/GameModes/Tutorials/EngineerTutorial.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Barotrauma/BarotraumaClient/Source/GameSession/GameModes/Tutorials/EngineerTutorial.cs b/Barotrauma/BarotraumaClient/Source/GameSession/GameModes/Tutorials/EngineerTutorial.cs index e58cf1960..f230542a1 100644 --- a/Barotrauma/BarotraumaClient/Source/GameSession/GameModes/Tutorials/EngineerTutorial.cs +++ b/Barotrauma/BarotraumaClient/Source/GameSession/GameModes/Tutorials/EngineerTutorial.cs @@ -345,7 +345,6 @@ namespace Barotrauma.Tutorials { yield return new WaitForSeconds(0.1f); wait -= 0.1f; - yield return null; engineer_reactor.AutoTempSlider.BarScrollValue = 0.0f; } while (wait > 0.0f); engineer.SelectedConstruction = null;