fix: return false if PLACE_VEHICLE and missing flag

This commit is contained in:
Pierre Maurice Schwang 2024-02-17 20:28:17 +01:00
parent 499d3c39bc
commit 93bb134782
No known key found for this signature in database
GPG Key ID: 37E613079F3E5BB9

View File

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