diff options
4 files changed, 0 insertions, 8 deletions
diff --git a/src/server/proto/Client/api/client/v2/notification_listener.proto b/src/server/proto/Client/api/client/v2/notification_listener.proto index c9628fb9653..d4d507e640b 100644 --- a/src/server/proto/Client/api/client/v2/notification_listener.proto +++ b/src/server/proto/Client/api/client/v2/notification_listener.proto @@ -26,5 +26,3 @@ service NotificationListener { }; } } - - diff --git a/src/server/proto/Client/notification_service.proto b/src/server/proto/Client/notification_service.proto index 072367d2d7d..37ae2aff44f 100644 --- a/src/server/proto/Client/notification_service.proto +++ b/src/server/proto/Client/notification_service.proto @@ -62,5 +62,3 @@ service NotificationListener { }; } } - - diff --git a/src/server/proto/Client/report_service.proto b/src/server/proto/Client/report_service.proto index 8f65611d0b0..47a9a542f08 100644 --- a/src/server/proto/Client/report_service.proto +++ b/src/server/proto/Client/report_service.proto @@ -37,5 +37,3 @@ service ReportService { }; } } - - diff --git a/src/server/proto/Client/report_types.proto b/src/server/proto/Client/report_types.proto index fcd619f6ca7..3acd2581c95 100644 --- a/src/server/proto/Client/report_types.proto +++ b/src/server/proto/Client/report_types.proto @@ -70,5 +70,3 @@ message Report { optional .bgs.protocol.EntityId reporting_game_account = 5; optional fixed64 report_timestamp = 6; } - - |