forked from IF-LK-2020/wordle
removed unused DatabaseConnector
This commit is contained in:
@@ -11,10 +11,6 @@ public class WordleServer extends Server {
|
|||||||
new WordleServer();
|
new WordleServer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private DatabaseConnector db;
|
|
||||||
|
|
||||||
|
|
||||||
public WordleServer() {
|
public WordleServer() {
|
||||||
this(DEFAULT_PORT);
|
this(DEFAULT_PORT);
|
||||||
}
|
}
|
||||||
@@ -22,8 +18,6 @@ public class WordleServer extends Server {
|
|||||||
public WordleServer( int pPort ) {
|
public WordleServer( int pPort ) {
|
||||||
super(pPort);
|
super(pPort);
|
||||||
|
|
||||||
db = new DatabaseConnector("", 0, "wordle.db", "", "");
|
|
||||||
|
|
||||||
games = new List<>();
|
games = new List<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user