mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 09:50:44 -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);
|
Logger.n("Use -v/-vv option or set environment variable {0}=1 to see all messages", showAllMessagesEnvName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (IsN00bUser()) {
|
if (IsN00bUser()) {
|
||||||
Console.Error.WriteLine("\n\nPress any key to exit...\n");
|
Console.Error.WriteLine("\n\nPress any key to exit...\n");
|
||||||
try {
|
try {
|
||||||
@ -127,7 +128,7 @@ namespace de4dot.cui {
|
|||||||
catch (InvalidOperationException) {
|
catch (InvalidOperationException) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user