Skip to content

Commit fea2a7b

Browse files
authored
For test
1 parent 1bcce99 commit fea2a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/smp/database/DatabaseSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void initDatabase(){
5252
Core.app.exit();
5353
}
5454

55-
db = mongoClient.getDatabase("mindustry").withCodecRegistry(pojoCodecRegistry);
55+
db = mongoClient.getDatabase("frostheaven").withCodecRegistry(pojoCodecRegistry);
5656
playerCollection = db.getCollection("players", PlayerData.class);
5757
rankCollection = db.getCollection("ranks", Rank.class);
5858
}

0 commit comments

Comments
 (0)