Fix for comments not showing

This commit is contained in:
SloudPL 2025-06-18 13:42:02 +02:00
parent bb6f2004ba
commit 301583d7f2

View file

@ -19,8 +19,7 @@ public final class SimpleVanish extends JavaPlugin {
int pluginId = 26193;
Metrics metrics = new Metrics(this, pluginId);
getConfig().options().copyDefaults(true);
saveConfig();
saveDefaultConfig();
new VanishCommand(this);
new onJoinEvent(this);