Fix Item Cube History again...

dev
sigonasr2 9 years ago
parent 4eb3b7c804
commit db4c1b0a50
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/TwosideKeeper.java

Binary file not shown.

@ -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;
}

Loading…
Cancel
Save