Implement new change

This commit is contained in:
fullwall 2021-01-29 00:15:43 +08:00
parent 0499839115
commit 0ded25ad5e

View File

@ -25,7 +25,7 @@ import net.citizensnpcs.api.util.Messaging;
@MenuPattern(offset = { 0, 6 }, slots = { @MenuSlot(filter = ClickType.UNKNOWN, pat = 'x') }, value = "xxx\nxxx")
public class EquipmentGUI extends InventoryMenuPage {
@Override
public void create(MenuContext ctx) {
public void initialise(MenuContext ctx) {
}
@Override