You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Variables initialized with an autoload property cause errors otherwise.
217
217
ifModLoaderStore.any_mod_hooked:
218
218
ifOS.has_feature("editor"):
219
-
ModLoaderLog.warning("No mod hooks .zip will be created when running from the editor.", LOG_NAME)
220
-
ModLoaderLog.info("You can test mod hooks by running the preprocessor on the vanilla scripts once.", LOG_NAME)
221
-
ModLoaderLog.info("We recommend using the Mod Loader Dev Tool to process scripts in the editor. You can find it here: %s"%ModLoaderStore.MOD_LOADER_DEV_TOOL_URL, LOG_NAME)
219
+
_ModLoaderModHookPacker.start()
220
+
ModLoaderLog.hint("No mod hooks .zip will be created when running from the editor.", LOG_NAME)
221
+
ModLoaderLog.hint("You can test mod hooks by running the preprocessor on the vanilla scripts once.", LOG_NAME)
222
+
ModLoaderLog.hint("We recommend using the Mod Loader Dev Tool to process scripts in the editor. You can find it here: %s"%ModLoaderStore.MOD_LOADER_DEV_TOOL_URL, LOG_NAME)
0 commit comments