return false if PLACE_VEHICLE and missing flag (#4345)

fix: return false if PLACE_VEHICLE and missing flag
This commit is contained in:
Pierre Maurice Schwang 2024-02-18 05:05:25 +01:00 committed by GitHub
parent 499d3c39bc
commit 28298ffdd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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