mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Fixed a null pointer exception bug of table password protection.
This commit is contained in:
parent
5ccc1c91ae
commit
a625af0b16
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class MatchOptions implements Serializable {
|
||||||
public MatchOptions(String name, String gameType) {
|
public MatchOptions(String name, String gameType) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.gameType = gameType;
|
this.gameType = gameType;
|
||||||
|
this.password = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
|
|
Loading…
Reference in a new issue