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 aaad5d7 commit d8af11aCopy full SHA for d8af11a
FunMatchPlugin.cs
@@ -156,10 +156,10 @@ private void InstallFun(FunMatchPluginConfig config)
156
}
157
158
159
+ private Random rd = new Random();
160
public void LoadRandomFun()
161
{
162
if (CurrentActiceFunIndex >= 0) return;
- Random rd = new Random();
163
CurrentActiceFunIndex = rd.Next(0,FunLists.Count);
164
FunLists[CurrentActiceFunIndex].Fun(this);
165
if (DisPlayHelp) FunLists[CurrentActiceFunIndex].DisPlayHelp();
0 commit comments