From 5218aaaeb11332ce056212962a83f144036ab0b3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 3 Apr 2021 20:49:53 -0700 Subject: [PATCH] Remove all uses of Pause in Valve --- BurnOutSharp/FileType/Valve.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BurnOutSharp/FileType/Valve.cs b/BurnOutSharp/FileType/Valve.cs index c3662f66..4ae35785 100644 --- a/BurnOutSharp/FileType/Valve.cs +++ b/BurnOutSharp/FileType/Valve.cs @@ -280,7 +280,6 @@ namespace BurnOutSharp.FileType Console.WriteLine("Unsupported package type."); HLLib.hlShutdown(); - Pause(); return 3; } @@ -293,7 +292,6 @@ namespace BurnOutSharp.FileType Console.WriteLine(HLLib.hlGetString(HLLib.HLOption.HL_ERROR_SHORT_FORMATED)); HLLib. hlShutdown(); - Pause(); return 3; } @@ -320,7 +318,6 @@ namespace BurnOutSharp.FileType Console.WriteLine(HLLib.hlGetString(HLLib.HLOption.HL_ERROR_SHORT_FORMATED)); HLLib. hlShutdown(); - Pause(); return 3; }