diff --git a/common/pb/command_replay_get_code.proto b/common/pb/command_replay_get_code.proto index 8a9a72726..e4573153c 100644 --- a/common/pb/command_replay_get_code.proto +++ b/common/pb/command_replay_get_code.proto @@ -2,8 +2,8 @@ syntax = "proto2"; import "session_commands.proto"; message Command_ReplayGetCode { - extend SessionCommand { - optional Command_ReplayGetCode ext = 1104; - } - optional sint32 game_id = 1 [default = -1]; + extend SessionCommand { + optional Command_ReplayGetCode ext = 1104; + } + optional sint32 game_id = 1 [default = -1]; }