mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 01:50:45 -05:00
Remove wait for key prompt from de4dot
This commit is contained in:
parent
e3e3a12b5c
commit
a39ed849d9
@ -119,6 +119,7 @@ namespace de4dot.cui {
|
||||
Logger.n("Use -v/-vv option or set environment variable {0}=1 to see all messages", showAllMessagesEnvName);
|
||||
}
|
||||
|
||||
/*
|
||||
if (IsN00bUser()) {
|
||||
Console.Error.WriteLine("\n\nPress any key to exit...\n");
|
||||
try {
|
||||
@ -127,7 +128,7 @@ namespace de4dot.cui {
|
||||
catch (InvalidOperationException) {
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user