Skip to content

Commit ca4700d

Browse files
author
Burnt-o
committed
bugfix for levellockout
1 parent 768a574 commit ca4700d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WpfApp3/MainWindow.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6281,6 +6281,10 @@ private void maintick(object sender, EventArgs e)
62816281
}
62826282

62836283
RefreshLoa(sender, new RoutedEventArgs());
6284+
if (HCMGlobal.SavedConfig?.LockoutLevels == true)
6285+
{
6286+
RefreshSel(sender, new RoutedEventArgs());
6287+
}
62846288

62856289
if (game != HCMGlobal.AttachedGame)
62866290
{

0 commit comments

Comments
 (0)