Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
renaming is cool
Browse files Browse the repository at this point in the history
  • Loading branch information
HausemasterIssue authored Sep 29, 2021
1 parent 5ef7f4d commit f765e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gamesense/api/config/SaveConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class SaveConfig {

public static final String fileName = "GameSense/";
public static final String fileName = "SpiderSense/";
private static final String moduleName = "Modules/";
private static final String mainName = "Main/";
private static final String miscName = "Misc/";
Expand Down Expand Up @@ -314,4 +314,4 @@ private static void saveAutoRespawn() throws IOException {
fileOutputStreamWriter.write(jsonString);
fileOutputStreamWriter.close();
}
}
}

0 comments on commit f765e01

Please sign in to comment.