File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/maxgamer/quickshop/integration/lands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 577577 <dependency >
578578 <groupId >com.github.angeschossen</groupId >
579579 <artifactId >LandsAPI</artifactId >
580- <version >6.25.5 </version >
580+ <version >6.26.18 </version >
581581 <scope >provided</scope >
582582 </dependency >
583583 <dependency >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public void onLandsPermissionChanges(LandUntrustPlayerEvent event) {
125125 if (!deleteWhenLosePermission ) {
126126 return ;
127127 }
128- deleteShopInLand (event .getLand (), event .getTarget (), Reason .UNTRUSTED );
128+ deleteShopInLand (event .getLand (), event .getTargetUID (), Reason .UNTRUSTED );
129129 }
130130
131131 private void deleteShopInLand (Land land , UUID target , Reason reason ) {
You can’t perform that action at this time.
0 commit comments