2.7.1 | Bug fixes
Bug fixes: - When sneaking and using the UseItem, an error occurred. - The config.yml was not reloaded on '/commandgui admin reload' and the change was rolled back - The command '/gui-item slot <slot>' was calculated incorrectly and it often came the message that the selected slot was occupied although it was not.
This commit is contained in:
@@ -69,6 +69,8 @@ public class Load {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
SelectConfig.setConfigVersion();
|
||||
|
||||
if (SelectConfig.Bungee) {
|
||||
if (!Bukkit.getMessenger().isOutgoingChannelRegistered(plugin, "cgui:bungee")) {
|
||||
send.debug(plugin, "registerOutgoingPluginChannel §ecgui:bungee");
|
||||
|
Reference in New Issue
Block a user