v1.0.0.10: Release build - silent refresh fix, Duty List fixes, remove debug logging

Made-with: Cursor
This commit is contained in:
2026-02-28 00:12:22 -05:00
parent f1864f4cac
commit 1cccf8967a
5 changed files with 31 additions and 22 deletions
-1
View File
@@ -48,7 +48,6 @@ public class MapWindow : Window
public override unsafe void PreOpenCheck()
{
// If you managed to open the window while the agent says it should be closed
if (System.MapWindow.IsOpen && AgentMap.Instance()->AddonId is 0)
{
Service.Log.Debug("[OnShow] MapWindow can not be open now.");