Browse Source

Merge branches 'new' and 'new' of github.com:shangfengh/THUAI6 into new

tags/0.1.0
shangfengh 2 years ago
parent
commit
15b028dc5e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      logic/Server/RpcServices.cs

+ 1
- 0
logic/Server/RpcServices.cs View File

@@ -94,6 +94,7 @@ namespace Server
} }
catch { } catch { }
Console.WriteLine($"The spectator {request.PlayerId} exited"); Console.WriteLine($"The spectator {request.PlayerId} exited");
return;
} }
} }
catch (Exception) catch (Exception)


Loading…
Cancel
Save