少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
System/GMCommand/GMCmdPanel.cs
@@ -69,7 +69,7 @@
        {
            Button cellBtn = cell.GetComponent<Button>();
            Text cmdText = cell.transform.Find("Text").GetComponent<Text>();
            GmCmdConfig gmCmdModel = Config.Instance.Get<GmCmdConfig>(cell.index);
            GmCmdConfig gmCmdModel = GmCmdConfig.Get(cell.index);
            if (gmCmdModel == null)
                return;