Compare commits

..

2 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
93bb134782 fix: return false if PLACE_VEHICLE and missing flag 2024-02-17 20:28:17 +01:00
Alexander Brandes
499d3c39bc Remove static print out of legacy schematic URL (#4341)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-16 20:23:12 +01:00

View File

@@ -551,6 +551,7 @@ public class EventDispatcher {
) )
); );
} }
return false;
} }
default -> { default -> {
} }