Closed Foereaper closed 5 months ago
This implements automatic script reloading when file changes in the Lua script directory is detected.
This depends on https://github.com/TrinityCore/TrinityCore/pull/30019 to be added, and enforcing EFSW when Eluna is enabled.
I am unsure if any of the other emulators has EFSW support, so it is a TC only feature for now.
Originally based on a patch provided by robinsch.
https://github.com/TrinityCore/TrinityCore/pull/30019 merged with WITH_FILESYSTEM_WATCHER name
WITH_FILESYSTEM_WATCHER
This implements automatic script reloading when file changes in the Lua script directory is detected.
This depends on https://github.com/TrinityCore/TrinityCore/pull/30019 to be added, and enforcing EFSW when Eluna is enabled.
I am unsure if any of the other emulators has EFSW support, so it is a TC only feature for now.
Originally based on a patch provided by robinsch.