Add hot reload saylinks as well as a rule to determine if you bypass the saylinks.

This commit is contained in:
Alex
2020-07-05 20:31:11 -04:00
parent 520ac3ae46
commit f1929c4f45
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -766,6 +766,7 @@ RULE_CATEGORY(HotReload)
RULE_BOOL(HotReload, QuestsRepopWithReload, true, "When a hot reload is triggered, the zone will repop")
RULE_BOOL(HotReload, QuestsRepopWhenPlayersNotInCombat, true, "When a hot reload is triggered, the zone will repop when no clients are in combat")
RULE_BOOL(HotReload, QuestsResetTimersWithReload, true, "When a hot reload is triggered, quest timers will be reset")
RULE_BOOL(HotReload, QuestsAutoReloadGlobalScripts, false, "When a quest, plugin, or global script changes, auto reload.")
RULE_CATEGORY_END()
RULE_CATEGORY(Instances)