Browse Source

Merge branch 'eesast:dev' into new

tags/0.1.0
shangfengh GitHub 2 years ago
parent
commit
94cd3ce3ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 { }
Console.WriteLine($"The spectator {request.PlayerId} exited");
return;
}
}
catch (Exception)


Loading…
Cancel
Save