diff --git a/Assets/Scripts/UI/HuntingPanel.cs b/Assets/Scripts/UI/HuntingPanel.cs index 780cf4e..491f6d3 100644 --- a/Assets/Scripts/UI/HuntingPanel.cs +++ b/Assets/Scripts/UI/HuntingPanel.cs @@ -179,6 +179,7 @@ public class HuntingPanel : MonoBehaviour public void OnClick_X() { + gameObject.SetActive(false); go_botpanel.SetActive(true); go_mainpaenl.SetActive(true); go_x.SetActive(false);