0
0
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:
Cj 2024-12-30 13:02:11 -05:00
parent e3e3a12b5c
commit a39ed849d9

View File

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