This commit is contained in:
2022-08-05 18:20:09 +02:00
parent 14741afb8d
commit 868d36e1b5
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ public class UpdateAPI {
"§4No public version found!"
);
UpdateAPI.PluginVersionen.put(plugin.getName(), update);
this.plugin.getLogger().severe(Prefix + "§4 Cannot look for updates: " + var10.getMessage());
this.plugin.getLogger().severe("§4 Cannot look for updates: " + var10.getMessage());
}
});
}