protobuf warnings fixed (#2313)

This commit is contained in:
Zach H 2016-12-11 13:22:39 -05:00 committed by ctrlaltca
parent 42fb17bdd2
commit 04779c2a77
152 changed files with 153 additions and 0 deletions

View file

@ -1,3 +1,4 @@
syntax = "proto2";
message ServerInfo_Replay {
optional sint32 replay_id = 1 [default = -1];
optional string replay_name = 2;