Removed unuseful proto fields. Added a better pom.xml documentation. Removed an unuseful logging.

This commit is contained in:
Me Car 2016-01-20 14:39:11 +09:00
parent 379e61f98a
commit 46e560bd94
4 changed files with 4 additions and 9 deletions

View file

@ -233,8 +233,6 @@ public class TournamentPlayer {
return TourneyPlayerProto.newBuilder()
.setName(this.player.getName())
.setPlayerType(this.playerType)
.setStateInfo(this.stateInfo)
.setDisconnectInfo(this.disconnectInfo)
.setQuit(this.quitStatus)
.build();
}

View file

@ -46,9 +46,7 @@ message TourneyPlayerProto {
optional string name = 1;
optional string player_type = 2;
optional string replaced_player_name = 3;
optional string state_info = 4;
optional string disconnect_info = 5;
optional TourneyQuitStatus quit = 6;
optional TourneyQuitStatus quit = 4;
}
enum TourneyQuitStatus {