fix npc close

This commit is contained in:
NguyenVanDat
2026-03-13 12:18:52 +07:00
parent ce1f1e83f6
commit 56c0098a26
@@ -3827,7 +3827,12 @@ namespace BrewMonster.UI
var dlg2 = CECUIManager.Instance.ShowUI(dialogue2);
}
}
CloseDialogue();
// CloseDialogue();
// use for case dont do any thing just close popup : example: click to Thank you in NPC selection
if (idFunction < 0)
{
CloseDialogue();
}
return true;
}