From a74f3b553ab3294e153d73366294e7c8fbc2372f Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Sat, 15 Mar 2014 09:02:56 +0100 Subject: Remove the timeout for pre/post commands. Fixes #107 --- logic/MinecraftProcess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'logic/MinecraftProcess.h') diff --git a/logic/MinecraftProcess.h b/logic/MinecraftProcess.h index d91dad56..d47a6cd2 100644 --- a/logic/MinecraftProcess.h +++ b/logic/MinecraftProcess.h @@ -133,6 +133,7 @@ protected: bool preLaunch(); bool postLaunch(); + bool waitForPrePost(); QMap getVariables() const; QString substituteVariables(const QString &cmd) const; -- cgit v1.2.3