We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcce99 commit fea2a7bCopy full SHA for fea2a7b
src/java/smp/database/DatabaseSystem.java
@@ -52,7 +52,7 @@ public static void initDatabase(){
52
Core.app.exit();
53
}
54
55
- db = mongoClient.getDatabase("mindustry").withCodecRegistry(pojoCodecRegistry);
+ db = mongoClient.getDatabase("frostheaven").withCodecRegistry(pojoCodecRegistry);
56
playerCollection = db.getCollection("players", PlayerData.class);
57
rankCollection = db.getCollection("ranks", Rank.class);
58
0 commit comments