mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Fix Time UI Anchor in Customization Menu
This commit is contained in:
@@ -118,7 +118,7 @@ env_creature_UI.init_module();
|
||||
|
||||
keyboard.init_module();
|
||||
|
||||
log.info("[MHR Overlay] loaded");
|
||||
log.info("[MHR Overlay] Loaded.");
|
||||
-- #endregion
|
||||
------------------------INIT MODULES-------------------------
|
||||
|
||||
@@ -134,6 +134,12 @@ local function main_loop()
|
||||
quest_status.update_is_host();
|
||||
time.tick();
|
||||
|
||||
--xy = tostring(singletons.quest_manager:call("isPlayQuest")) ..
|
||||
--"\n" .. tostring(singletons.quest_manager:call("isActiveQuest")) ..
|
||||
--"\n" .. tostring(singletons.quest_manager:call("isSingleQuest")) ..
|
||||
--"\n" .. tostring(singletons.quest_manager:call("isStartQuest")) ..
|
||||
--"\n" .. tostring(quest_status.index);
|
||||
|
||||
player.update_player_list(quest_status.index >= 2);
|
||||
if quest_status.index < 2 then
|
||||
quest_status.update_is_training_area();
|
||||
|
||||
Reference in New Issue
Block a user