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;