diff --git a/T2CodeLib.iml b/T2CodeLib.iml index 10d72ff..c5a6d28 100644 --- a/T2CodeLib.iml +++ b/T2CodeLib.iml @@ -45,10 +45,10 @@ - + - + diff --git a/src/main/java/net/t2code/lib/Spigot/Lib/update/UpdateAPI.java b/src/main/java/net/t2code/lib/Spigot/Lib/update/UpdateAPI.java index f8e5da4..822faac 100644 --- a/src/main/java/net/t2code/lib/Spigot/Lib/update/UpdateAPI.java +++ b/src/main/java/net/t2code/lib/Spigot/Lib/update/UpdateAPI.java @@ -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()); } }); }