Browse Source

Update GameServer.cs

tags/v0.1.0
Changli Tang GitHub 2 years ago
parent
commit
39dfdc9b86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      logic/Server/GameServer.cs

+ 1
- 1
logic/Server/GameServer.cs View File

@@ -102,7 +102,7 @@ namespace Server
} }
} }
} }
protected void SendGameResult(int[] scores, bool mode) // 天梯的 Server 给网站发消息记录比赛结果
protected void SendGameResult(int[] scores, int mode) // 天梯的 Server 给网站发消息记录比赛结果
{ {
httpSender?.SendHttpRequest(scores, mode).Wait(); httpSender?.SendHttpRequest(scores, mode).Wait();
} }


Loading…
Cancel
Save