* Fixed a null pointer exception bug of table password protection.

This commit is contained in:
LevelX2 2014-10-12 10:22:59 +02:00
parent 5ccc1c91ae
commit a625af0b16

View file

@ -60,6 +60,7 @@ public class MatchOptions implements Serializable {
public MatchOptions(String name, String gameType) {
this.name = name;
this.gameType = gameType;
this.password = "";
}
public String getName() {