Fixes encapsulation
All checks were successful
KnarCraft/KnarLib/pipeline/head This commit looks good
All checks were successful
KnarCraft/KnarLib/pipeline/head This commit looks good
This commit is contained in:
@@ -208,7 +208,7 @@ public final class TabCompletionHelper {
|
|||||||
* @return <p>All known valid auto-complete options</p>
|
* @return <p>All known valid auto-complete options</p>
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
private static List<String> tabCompletePermission(@NotNull String typedNode) {
|
public static List<String> tabCompletePermission(@NotNull String typedNode) {
|
||||||
if (plugins == null) {
|
if (plugins == null) {
|
||||||
loadAvailablePermissions();
|
loadAvailablePermissions();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user