File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/elytrium/limboauth/command Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 1.1.7
1+ 1.1.8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212setGroup(" net.elytrium" )
13- setVersion(" 1.1.7 " )
13+ setVersion(" 1.1.8 " )
1414
1515java {
1616 setSourceCompatibility(JavaVersion . VERSION_11 )
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments