Skip to content

Commit 1d89034

Browse files
fix (Unmatched Help Message)
fix (Unmatched Help Message)
1 parent 96fcb20 commit 1d89034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunMatchPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void LoadFunByIndex(int index)
5555
{
5656
if (index < 0 || index >=FunLists.Count) return;
5757
FunLists[index].Fun(this);
58-
if (DisPlayHelp) FunLists[CurrentActiceFunIndex].DisPlayHelp();
58+
if (DisPlayHelp) FunLists[index].DisPlayHelp();
5959
}
6060

6161
public void UnLoadFunByIndex(int index)

0 commit comments

Comments
 (0)