Skip to content

Commit 4224e44

Browse files
1 files | M deadlock/citadel_gcmessages_server.proto
1 parent 17b3c7d commit 4224e44

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

deadlock/citadel_gcmessages_server.proto

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ enum EGCCitadelServerMessages {
2424
k_EMsgGCToServerSetServerConVar = 10039;
2525
k_EMsgGCToServerSetServerConVarResponse = 10040;
2626
k_EMsgServerToGCUpdateMatchInfo = 10041;
27-
k_EMsgServerToGCReportCheater = 10042;
28-
k_EMsgServerToGCReportCheaterResponse = 10043;
2927
k_EMsgServerToGCRequestPlayerHeroData = 10044;
3028
k_EMsgServerToGCRequestPlayerHeroDataResponse = 10045;
3129
k_EMsgGCToServerAllocateForHideout = 10046;
@@ -52,7 +50,6 @@ enum EGCServerSignoutData {
5250
k_EServerSignoutData_PlayerChat = 7;
5351
k_EServerSignoutData_BookRewards = 8;
5452
k_EServerSignoutData_PenalizedPlayers = 9;
55-
k_EServerSignoutData_ReportCheaters = 10;
5653
k_EServerSignoutData_MatchDevStats = 11;
5754
k_EServerSignoutData_ChallengeProgress = 12;
5855
k_EServerSignoutData_HeroXPGrant = 13;
@@ -255,7 +252,7 @@ message CMsgServerToGCMatchSignoutPermission {
255252
message CMsgServerToGCMatchSignoutPermissionResponse {
256253
optional bool can_sign_out = 1;
257254
optional uint32 retry_time_s = 2;
258-
repeated .EGCServerSignoutData requested_data = 3;
255+
repeated uint32 requested_data = 3;
259256
}
260257

261258
message CMsgServerSignoutData_Disconnections {
@@ -768,19 +765,6 @@ message CMsgGCToServerAddSpectatorResponse {
768765
optional uint32 requesting_account_id = 2;
769766
}
770767

771-
message CMsgServerToGCReportCheater {
772-
optional uint32 account_id = 1;
773-
optional uint64 match_id = 2;
774-
optional fixed64 lobby_id = 3;
775-
optional string reason = 4;
776-
optional bool record_data_only = 5;
777-
optional float cheater_score = 6;
778-
}
779-
780-
message CMsgServerToGCReportCheaterResponse {
781-
optional bool success = 1;
782-
}
783-
784768
message CMsgServerToGCRequestPlayerHeroData {
785769
optional uint32 account_id = 1;
786770
optional uint32 hero_id = 2;

0 commit comments

Comments
 (0)