(b89fa807d) Removed: Leftover yield return null

This commit is contained in:
Joonas Rikkonen
2019-04-25 18:10:19 +03:00
parent f43bc25e2f
commit 31546e40bb

View File

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