mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
Fixed bug for Inventory
This commit is contained in:
parent
b1797f30ea
commit
20c55f2d6b
@ -337,6 +337,9 @@ public class SkillTreeViewer extends EditableInventory {
|
||||
|
||||
@Override
|
||||
public void whenClicked(InventoryClickContext event, InventoryItem item) {
|
||||
if(event.getClickedItem()==null)
|
||||
return;
|
||||
|
||||
if (item.getFunction().equals("next-tree-list-page")) {
|
||||
treeListPage++;
|
||||
open();
|
||||
|
Loading…
Reference in New Issue
Block a user