Skip to content

Commit 527258f

Browse files
committed
yeah
1 parent e0291ae commit 527258f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ServerConnect.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async Task<bool> ConnectWithRetryAsync()
9494
await JoinGroup(_settings.Location);
9595
return true;
9696
}
97-
97+
9898
catch (Exception e)
9999
{
100100
await Task.Delay(5000);
@@ -169,10 +169,10 @@ private void ToggleColorMenu(bool enable)
169169
}
170170
catch (Exception e)
171171
{
172-
var jjaa = e;
173-
throw;
172+
// var jjaa = e;
173+
// throw;
174174
}
175-
175+
176176
}
177177

178178
}

0 commit comments

Comments
 (0)