2.7.6
Critical bugfix: MySQL had a server crash Fix: The message when disabling the GUIItem was not displayed
This commit is contained in:
@@ -150,6 +150,7 @@ public class Commands {
|
||||
public static void itemOff(Player player) {
|
||||
SelectDatabase.setItemStatusFalse(player);
|
||||
UseItem.removeItem(player);
|
||||
send.player(player, SelectMessages.ItemOFF);
|
||||
}
|
||||
|
||||
public static void onSetSlot(Player player, Integer setSlot) {
|
||||
|
Reference in New Issue
Block a user