forked from External/mage
Changed history handling for user a bit. Added history to table waiting dialog and user avatar tooltip.
This commit is contained in:
parent
24dddd3e06
commit
151e678e84
9 changed files with 102 additions and 79 deletions
|
|
@ -24,8 +24,7 @@
|
|||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
|
||||
*/
|
||||
package mage.game;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
|
@ -38,7 +37,6 @@ import mage.players.Player;
|
|||
public class Seat implements Serializable {
|
||||
|
||||
// private static final Logger logger = Logger.getLogger(Seat.class);
|
||||
|
||||
private String playerType;
|
||||
private Player player;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue