Skip to content

Commit 396d11c

Browse files
committed
fix error box show even when no error
1 parent 82cbc52 commit 396d11c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TravBotSharp/ControlPanel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ private async void button2_Click(object sender, EventArgs e) //login button
154154
if (task)
155155
{
156156
generalUc1.UpdateBotRunning("true");
157+
return;
157158
}
158159
else
159160
{

0 commit comments

Comments
 (0)