Display open games correctly
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@433 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
f6b1c638a1
commit
4879b7b93e
7 changed files with 56 additions and 25 deletions
|
@ -16,7 +16,9 @@ public class PlayerSettings implements Serializable {
|
|||
/** */
|
||||
COMPUTER,
|
||||
/** */
|
||||
NETWORK
|
||||
NETWORK,
|
||||
/** */
|
||||
VACANT
|
||||
}
|
||||
|
||||
private static final long serialVersionUID = 1963640115089275992L;
|
||||
|
|
Reference in a new issue