dumbass didnt test his mod

This commit is contained in:
KäseToatz
2024-07-15 23:11:12 +02:00
parent f8dabec863
commit 4a84587f71
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ public class Config {
json.addProperty("returnToSameSlot", returnToSameSlot);
json.addProperty("riptideOnMessage", riptideOnMessage);
json.addProperty("riptideOffMessage", riptideOffMessage);
try (FileWriter writer = new FileWriter(new File(TridentHacks.client.runDirectory, "config/tridenthacks.json")))
try (FileWriter writer = new FileWriter(file))
{
gson.toJson(json, writer);
}