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:
Matthias Schiffer 2011-06-14 02:43:55 +02:00
parent f6b1c638a1
commit 4879b7b93e
7 changed files with 56 additions and 25 deletions

View file

@ -16,7 +16,9 @@ public class PlayerSettings implements Serializable {
/** */
COMPUTER,
/** */
NETWORK
NETWORK,
/** */
VACANT
}
private static final long serialVersionUID = 1963640115089275992L;