Drawing cards is working
This commit is contained in:
@@ -27,7 +27,7 @@ public class Database {
|
||||
private MongoDatabase database;
|
||||
|
||||
Database(){
|
||||
mongoClient = new MongoClient("10.20.155.202");
|
||||
mongoClient = new MongoClient();
|
||||
database = mongoClient.getDatabase(pocDatabase);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user