We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f80929 commit 52057b1Copy full SHA for 52057b1
src/client/java/com/coflnet/CoflModClient.java
@@ -1514,6 +1514,6 @@ public static void cacheMods() {
1514
modListData.addFilename(mod.getMetadata().getName());
1515
modListData.addFilename(mod.getMetadata().getId());
1516
}
1517
- CoflCore.Wrapper.SendMessage(new RawCommand("foundMods", gson.toJson(modListData)));
+ CoflCore.Wrapper.SendMessage(new RawCommand("foundMods", new Gson().toJson(modListData)));
1518
1519
0 commit comments