mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-01 05:04:43 +02:00
fix: return false if PLACE_VEHICLE and missing flag
This commit is contained in:
@ -551,6 +551,7 @@ public class EventDispatcher {
|
||||
)
|
||||
);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
default -> {
|
||||
}
|
||||
|
Reference in New Issue
Block a user