accept matches

TODO: make it a button
This commit is contained in:
2026-04-29 01:20:37 +02:00
parent 1f258ef61c
commit 076c0a9a8d
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public class LcuWebsocket : IDisposable
{
ProcessInfo = ProcessFinder.GetProcessInfo();
}
catch (Exception ex)
catch
{
return;
}