fix: wrong URL on startup exception

feat/data-edit-commands
William 1 year ago
parent 08944ffd35
commit 267cf1ff35
No known key found for this signature in database

@ -71,7 +71,6 @@ import space.arim.morepaperlib.scheduling.AsynchronousScheduler;
import space.arim.morepaperlib.scheduling.GracefulScheduling;
import space.arim.morepaperlib.scheduling.RegionalScheduler;
import javax.naming.ConfigurationException;
import java.nio.file.Path;
import java.util.*;
import java.util.logging.Level;

@ -381,7 +381,7 @@ public interface HuskSync extends Task.Supplier, EventDispatcher, ConfigProvider
1) Make sure you've entered your MySQL or MariaDB database details correctly in config.yml
2) Make sure your Redis server details are also correct in config.yml
3) Make sure your config is up-to-date (https://william278.net/docs/husksync/config-files)
3) Make sure your config is up-to-date (https://william278.net/docs/husksync/config-file)
4) Check the error below for more details
Caused by: %s""";

Loading…
Cancel
Save