Fix Item Cube History again...

This commit is contained in:
sigonasr2 2016-08-21 15:23:32 -05:00
parent 4eb3b7c804
commit db4c1b0a50
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3568,8 +3568,8 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
//ItemCubeWindow.removeAllItemCubeWindows((Player)ev.getWhoClicked());
Player p = (Player)ev.getWhoClicked();
pd = PlayerStructure.GetPlayerStructure(p);
pd.opened_another_cube=true;
ItemCubeWindow.popItemCubeWindow((Player)ev.getWhoClicked());
pd.opened_another_cube=true;
ev.getWhoClicked().closeInventory();
pd.opened_another_cube=false;
}