We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631641 commit 63cc5f4Copy full SHA for 63cc5f4
contrib/Installer/mtfg-ofs-extension-installer.py
@@ -41,6 +41,7 @@ def error(msg):
41
42
43
def is_ofs_installed():
44
+ print('check if', OFS_EXTENSION_DIR, 'exists')
45
if not os.path.exists(OFS_EXTENSION_DIR):
46
if os.path.exists(OFS_V1_EXTENSION_DIR):
47
error("Please update your [OFS](https://github.com/OpenFunscripter/OFS/releases) Installation to V2.X.X. Then run this installer again")
0 commit comments