Fix LaufbauSettings

This commit is contained in:
2025-06-26 20:20:55 +02:00
parent 0f68f671f5
commit 187087f56b
3 changed files with 3 additions and 3 deletions
@@ -60,7 +60,7 @@ public class LaufbauSettings {
open();
return;
}
if (clickType.isCreativeAction()) {
if (clickType.isLeftClick()) {
open(entry.getKey());
return;
}