Skip to content

Commit e00c6da

Browse files
mlthelamagithub-actions[bot]
authored andcommitted
maintain
1 parent bed2226 commit e00c6da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/event/input_event.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ namespace event {
6464
!(scaleform::stats_menu::is_menu_open() || scaleform::faction_menu::is_menu_open())) {
6565
continue;
6666
}
67-
68-
if (ui->IsItemMenuOpen() ) {
67+
68+
if (ui->IsItemMenuOpen()) {
6969
continue;
7070
}
71-
71+
7272

7373
//for whatever reason I can open the menu while at a crafting station
7474
//so let that not happen

0 commit comments

Comments
 (0)