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

View File

@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>CommandGUI_V2</artifactId>
<version>2.7.6_DEV</version>
<version>2.7.6</version>
<packaging>jar</packaging>
<name>CommandGUI</name>

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