Commit 6c1d3f8 1 parent 4aa542a commit 6c1d3f8 Copy full SHA for 6c1d3f8
File tree 4 files changed +261
-301
lines changed
Intersect.Client.Core/Interface/Game
4 files changed +261
-301
lines changed Original file line number Diff line number Diff line change 11
11
using Intersect . Client . Interface . Game . Inventory ;
12
12
using Intersect . Client . Localization ;
13
13
using Intersect . Client . Networking ;
14
- using Intersect . Collections . Slotting ;
15
14
using Intersect . Configuration ;
16
15
using Intersect . Framework . Core ;
17
16
using Intersect . Framework . Core . GameObjects . Items ;
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ public void ToggleSimplifiedEscapeMenu()
391
391
392
392
public void ToggleSpellsWindow ( )
393
393
{
394
- if ( _spellsWindow . IsVisible ( ) )
394
+ if ( _spellsWindow . IsVisibleInTree )
395
395
{
396
396
_spellsWindow . Hide ( ) ;
397
397
}
@@ -425,7 +425,7 @@ public bool HasWindowsOpen()
425
425
_friendsWindow . IsVisible ||
426
426
_inventoryWindow . IsVisibleInTree ||
427
427
_questsWindow . IsVisible ( ) ||
428
- _spellsWindow . IsVisible ( ) ||
428
+ _spellsWindow . IsVisibleInTree ||
429
429
_partyWindow . IsVisible ( ) ||
430
430
_guildWindow . IsVisibleInTree ;
431
431
return windowsOpen ;
You can’t perform that action at this time.
0 commit comments