Critical bugfix: MySQL had a server crash
Fix: The message when disabling the GUIItem was not displayed
This commit is contained in:
2022-06-01 13:32:53 +02:00
parent ebbec1f660
commit f6860e9ab5
2 changed files with 2 additions and 1 deletions

View File

@@ -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) {