Commit f484c5dd authored by SherryChaos's avatar SherryChaos

close chat window when exit duel

parent aa9744f6
...@@ -815,6 +815,7 @@ namespace MDPro3 ...@@ -815,6 +815,7 @@ namespace MDPro3
cg.interactable = false; cg.interactable = false;
cg.blocksRaycasts = false; cg.blocksRaycasts = false;
log.ClearLog(); log.ClearLog();
Program.I().room.ChatOff(0);
UIManager.UIBlackOut(transitionTime); UIManager.UIBlackOut(transitionTime);
UIManager.ShowFPSRight(); UIManager.ShowFPSRight();
AudioManager.PlayBGM("BGM_MENU_01"); AudioManager.PlayBGM("BGM_MENU_01");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment