Skip to content

Resolve "Add a way to only run mods on certain threads"

hazel requested to merge hazel_meow/isleward:474-mod-threading into v0.3.1

Closes #474 (closed).

Sets isMapThread on the mod object and runs the init, map init, and main init functions if they exist and are currently on the correct thread.

Merge request reports