mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Removed unuseful proto fields. Added a better pom.xml documentation. Removed an unuseful logging.
This commit is contained in:
parent
379e61f98a
commit
46e560bd94
4 changed files with 4 additions and 9 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue