This commit is contained in:
CortexCore
2025-04-30 14:17:59 +08:00
parent e8efbef8ec
commit 994817348b
1746 changed files with 148086 additions and 104 deletions

View File

@@ -131,7 +131,10 @@ namespace Net.Like.Xue.Tokyo.UX
private void OnMapChanged(Guid arg1, string arg2)
{
UXService.Entry<IUXHud>();
if (string.IsNullOrEmpty(arg2) is false)
{
UXService.Entry<IUXHud>();
}
}
protected override string DocumentPath => "ux_hud";