@@ -24,8 +24,6 @@ enum EGCCitadelServerMessages {
24
24
k_EMsgGCToServerSetServerConVar = 10039 ;
25
25
k_EMsgGCToServerSetServerConVarResponse = 10040 ;
26
26
k_EMsgServerToGCUpdateMatchInfo = 10041 ;
27
- k_EMsgServerToGCReportCheater = 10042 ;
28
- k_EMsgServerToGCReportCheaterResponse = 10043 ;
29
27
k_EMsgServerToGCRequestPlayerHeroData = 10044 ;
30
28
k_EMsgServerToGCRequestPlayerHeroDataResponse = 10045 ;
31
29
k_EMsgGCToServerAllocateForHideout = 10046 ;
@@ -52,7 +50,6 @@ enum EGCServerSignoutData {
52
50
k_EServerSignoutData_PlayerChat = 7 ;
53
51
k_EServerSignoutData_BookRewards = 8 ;
54
52
k_EServerSignoutData_PenalizedPlayers = 9 ;
55
- k_EServerSignoutData_ReportCheaters = 10 ;
56
53
k_EServerSignoutData_MatchDevStats = 11 ;
57
54
k_EServerSignoutData_ChallengeProgress = 12 ;
58
55
k_EServerSignoutData_HeroXPGrant = 13 ;
@@ -255,7 +252,7 @@ message CMsgServerToGCMatchSignoutPermission {
255
252
message CMsgServerToGCMatchSignoutPermissionResponse {
256
253
optional bool can_sign_out = 1 ;
257
254
optional uint32 retry_time_s = 2 ;
258
- repeated . EGCServerSignoutData requested_data = 3 ;
255
+ repeated uint32 requested_data = 3 ;
259
256
}
260
257
261
258
message CMsgServerSignoutData_Disconnections {
@@ -768,19 +765,6 @@ message CMsgGCToServerAddSpectatorResponse {
768
765
optional uint32 requesting_account_id = 2 ;
769
766
}
770
767
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
-
784
768
message CMsgServerToGCRequestPlayerHeroData {
785
769
optional uint32 account_id = 1 ;
786
770
optional uint32 hero_id = 2 ;
0 commit comments