Update credits command to use new callback args
This commit is contained in:
parent
a4f66468ee
commit
5372fd2129
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ public class CreditsCommand {
|
|||
int y = 0;
|
||||
for(CreditsEntry entry : HeadCache.CREDITS)
|
||||
{
|
||||
gui = gui.withButton(new ChestGUIButton(entry.compile(), (stack, container)->{
|
||||
gui = gui.withButton(new ChestGUIButton(entry.compile(), (stack, container, lore)->{
|
||||
}, new Vector2i(x,y)));
|
||||
|
||||
//LibZontreck.LOGGER.info("Add gui button : " + entry.name);
|
||||
|
|
Reference in a new issue