We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fcb20 commit 1d89034Copy full SHA for 1d89034
FunMatchPlugin.cs
@@ -55,7 +55,7 @@ public void LoadFunByIndex(int index)
55
{
56
if (index < 0 || index >=FunLists.Count) return;
57
FunLists[index].Fun(this);
58
- if (DisPlayHelp) FunLists[CurrentActiceFunIndex].DisPlayHelp();
+ if (DisPlayHelp) FunLists[index].DisPlayHelp();
59
}
60
61
public void UnLoadFunByIndex(int index)
0 commit comments