File tree Expand file tree Collapse file tree 4 files changed +261
-301
lines changed
Intersect.Client.Core/Interface/Game Expand file tree Collapse file tree 4 files changed +261
-301
lines changed Original file line number Diff line number Diff line change 1111using Intersect . Client . Interface . Game . Inventory ;
1212using Intersect . Client . Localization ;
1313using Intersect . Client . Networking ;
14- using Intersect . Collections . Slotting ;
1514using Intersect . Configuration ;
1615using Intersect . Framework . Core ;
1716using Intersect . Framework . Core . GameObjects . Items ;
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ public void ToggleSimplifiedEscapeMenu()
391391
392392 public void ToggleSpellsWindow ( )
393393 {
394- if ( _spellsWindow . IsVisible ( ) )
394+ if ( _spellsWindow . IsVisibleInTree )
395395 {
396396 _spellsWindow . Hide ( ) ;
397397 }
@@ -425,7 +425,7 @@ public bool HasWindowsOpen()
425425 _friendsWindow . IsVisible ||
426426 _inventoryWindow . IsVisibleInTree ||
427427 _questsWindow . IsVisible ( ) ||
428- _spellsWindow . IsVisible ( ) ||
428+ _spellsWindow . IsVisibleInTree ||
429429 _partyWindow . IsVisible ( ) ||
430430 _guildWindow . IsVisibleInTree ;
431431 return windowsOpen ;
You can’t perform that action at this time.
0 commit comments