Skip to content

Commit

Permalink
1.7.3修复访客权限bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallasWater committed Aug 19, 2021
1 parent f260b69 commit 407700b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.smallaswater.land</groupId>
<artifactId>Land</artifactId>
<version>1.7.1</version>
<version>1.7.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ private void onListenerSimpleWindowSendMenu(Player p,LandData data,Language lang
CreateWindow.sendKickMenu(p, s);
} else if (type == CreateWindow.SET_PLAYER_BUTTON) {
//设置权限
LandModule.getModule().clickPlayer.put(p, s);
CreateWindow.sendLandSettingMenu(p, s);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Land
main: cn.smallaswater.land.LandMainClass
version: 1.7.1
version: 1.7.3
api: 1.0.9
load: POSTWORLD
softdepend:
Expand Down

0 comments on commit 407700b

Please sign in to comment.