Skip to content

Commit 7044599

Browse files
committed
Update readme
1 parent 27a3ad1 commit 7044599

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

API/src/main/java/me/innectic/permissify/api/permission/PermissionGroup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public class PermissionGroup {
5151
public void removePermission(String permission) {
5252
Optional<Permission> perm = permissions.stream().filter(groupPermission -> groupPermission.getPermission().equals(permission)).findFirst();
5353
perm.ifPresent(groupPermission -> groupPermission.setGranted(false));
54-
// TODO: Remove permissions from the player
5554
}
5655

5756
/**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and most importantly, *no errors caused by the plugin*.
77

88
# Builds
99

10-
// TODO: Get this plugin to a state where builds can actually happen
10+
You can download the latest version of Permissify from the [releases](https://github.com/Innectic/Permissify/releases) page.
1111

1212
# Contributing
1313

0 commit comments

Comments
 (0)