Skip to content

Commit 4c49eb4

Browse files
committed
Fix destroysession permission
1 parent 5709af5 commit 4c49eb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.7
1+
1.1.8

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
setGroup("net.elytrium")
13-
setVersion("1.1.7")
13+
setVersion("1.1.8")
1414

1515
java {
1616
setSourceCompatibility(JavaVersion.VERSION_11)

src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public void execute(SimpleCommand.Invocation invocation) {
5555
@Override
5656
public boolean hasPermission(SimpleCommand.Invocation invocation) {
5757
return Settings.IMP.MAIN.COMMAND_PERMISSION_STATE.DESTROY_SESSION
58-
.hasPermission(invocation.source(), "imboauth.commands.destroysession");
58+
.hasPermission(invocation.source(), "limboauth.commands.destroysession");
5959
}
6060
}

0 commit comments

Comments
 (0)