From d267b8aaf365b67da12e40297575f1c5bf119135 Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Sat, 13 Jan 2018 00:34:07 +0200 Subject: Add warning when MO1 hook.dll is left in game folder --- src/organizercore.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/organizercore.h') diff --git a/src/organizercore.h b/src/organizercore.h index 8ef8baaa..9e81f0c3 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -266,6 +266,8 @@ private: bool createDirectory(const QString &path); + QString oldMO1HookDll() const; + /** * @brief return a descriptor of the mappings real file->virtual file */ @@ -290,8 +292,7 @@ private slots: void loginFailed(const QString &message); private: - - static const unsigned int PROBLEM_TOOMANYPLUGINS = 1; + static const unsigned int PROBLEM_MO1SCRIPTEXTENDERWORKAROUND = 1; private: -- cgit v1.3.1