9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 08:39:19 +00:00

feat: warn if server name matches default, close #314

This commit is contained in:
William278
2024-11-14 14:58:43 +00:00
parent 16780c149c
commit d27278454a
3 changed files with 11 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ public class BukkitHuskSync extends JavaPlugin implements HuskSync, BukkitTask.S
loadSettings();
loadLocales();
loadServer();
validateConfigFiles();
});
this.eventListener = createEventListener();