mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-19 15:25:09 +00:00
Remove all uses of Pause in Valve
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user