1 parent bed2226 commit e00c6daCopy full SHA for e00c6da
1 file changed
src/event/input_event.cpp
@@ -64,11 +64,11 @@ namespace event {
64
!(scaleform::stats_menu::is_menu_open() || scaleform::faction_menu::is_menu_open())) {
65
continue;
66
}
67
-
68
- if (ui->IsItemMenuOpen() ) {
+
+ if (ui->IsItemMenuOpen()) {
69
70
71
72
73
//for whatever reason I can open the menu while at a crafting station
74
//so let that not happen
0 commit comments