diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-11-12 09:23:39 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-11-12 09:23:39 +0100 |
commit | fdc58bb91360c04eed13a4fd4f8323a6a467dc37 (patch) | |
tree | c4cee6d1c623d60bd51bc254649749824f36d539 /logic/MinecraftProcess.h | |
parent | e611aef0e77f727d0c77f6dea0d373e7a12b241c (diff) | |
download | MultiMC-fdc58bb91360c04eed13a4fd4f8323a6a467dc37.tar MultiMC-fdc58bb91360c04eed13a4fd4f8323a6a467dc37.tar.gz MultiMC-fdc58bb91360c04eed13a4fd4f8323a6a467dc37.tar.lz MultiMC-fdc58bb91360c04eed13a4fd4f8323a6a467dc37.tar.xz MultiMC-fdc58bb91360c04eed13a4fd4f8323a6a467dc37.zip |
Fix console not staying open on minecraft crash
Diffstat (limited to 'logic/MinecraftProcess.h')
-rw-r--r-- | logic/MinecraftProcess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/MinecraftProcess.h b/logic/MinecraftProcess.h index ad887c5b..2a61e172 100644 --- a/logic/MinecraftProcess.h +++ b/logic/MinecraftProcess.h @@ -74,7 +74,7 @@ signals: /** * @brief emitted when mc has finished and the PostLaunchCommand was run */ - void ended(BaseInstance *); + void ended(BaseInstance *, int code, ExitStatus status); /** * @brief emitted when we want to log something |