mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-03-31 08:46:24 +02:00
fix: return false if PLACE_VEHICLE and missing flag
This commit is contained in:
parent
499d3c39bc
commit
93bb134782
@ -551,6 +551,7 @@ public class EventDispatcher {
|
||||
)
|
||||
);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
default -> {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user