Compare commits

...

1 Commits

Author SHA1 Message Date
93bb134782 fix: return false if PLACE_VEHICLE and missing flag 2024-02-17 20:28:17 +01:00

View File

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