[Quest API] Reload content flags globally when a content flag is set (#3564)

This commit is contained in:
Chris Miles
2023-08-20 20:56:40 -05:00
committed by GitHub
parent c47644ea46
commit 7122ac33b2
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -1812,6 +1812,7 @@ bool lua_is_content_flag_enabled(std::string content_flag){
void lua_set_content_flag(std::string flag_name, bool enabled){
content_service.SetContentFlag(flag_name, enabled);
zone->ReloadContentFlags();
}
Lua_Expedition lua_get_expedition() {