mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Fix clickable node list
This commit is contained in:
parent
9f2b59f2a2
commit
96035d5257
@ -191,6 +191,7 @@ public class Util {
|
||||
String command = ExportCommand.nodeToString(node, group ? holder.getObjectName() : holder.getFriendlyName(), group)
|
||||
.replace("/luckperms", "/" + label)
|
||||
.replace("set", "unset")
|
||||
.replace("add", "remove")
|
||||
.replace(" true", "")
|
||||
.replace(" false", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user