Fix Item Cube History again...
This commit is contained in:
parent
4eb3b7c804
commit
db4c1b0a50
Binary file not shown.
@ -3568,8 +3568,8 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
|
|||||||
//ItemCubeWindow.removeAllItemCubeWindows((Player)ev.getWhoClicked());
|
//ItemCubeWindow.removeAllItemCubeWindows((Player)ev.getWhoClicked());
|
||||||
Player p = (Player)ev.getWhoClicked();
|
Player p = (Player)ev.getWhoClicked();
|
||||||
pd = PlayerStructure.GetPlayerStructure(p);
|
pd = PlayerStructure.GetPlayerStructure(p);
|
||||||
pd.opened_another_cube=true;
|
|
||||||
ItemCubeWindow.popItemCubeWindow((Player)ev.getWhoClicked());
|
ItemCubeWindow.popItemCubeWindow((Player)ev.getWhoClicked());
|
||||||
|
pd.opened_another_cube=true;
|
||||||
ev.getWhoClicked().closeInventory();
|
ev.getWhoClicked().closeInventory();
|
||||||
pd.opened_another_cube=false;
|
pd.opened_another_cube=false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user