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