Final changes for 1.0.0

This commit is contained in:
Motschen
2022-01-03 15:26:19 +01:00
parent c0abca50f9
commit 49ddb467ae
7 changed files with 25 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ public class PuzzleSplashScreen implements ClientModInitializer {
}
public void onInitializeClient() {
if (!CONFIG_PATH.exists()) { // Run when config directory is nonexistant //
if (!CONFIG_PATH.exists()) { // Run when config directory is nonexistent //
if (CONFIG_PATH.mkdir()) { // Create our custom config directory //
try {
Files.setAttribute(CONFIG_PATH.toPath(), "dos:hidden", true);