Bugfix:
- The plugin messaging channel for T2C-Commendgui was not properly registered on the proxy
- Fixed a small bug in the Update Checker where a NullPointExeption appeared in the console when the UpdateCheck server was unreachable
This commit is contained in:
2022-12-22 01:43:40 +01:00
parent deeedcd408
commit eb7fd03650
6 changed files with 17 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ public class T2CupdateAPI {
join(plugin,prefix,perm,player,spigotID,discord);
}
},2*20L);
return;
}
if (!pluginVersions.get(plugin.getName()).updateCheckOnJoin) {