mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Fix user exports
This commit is contained in:
parent
7279fdc25f
commit
ebe12f838c
@ -230,7 +230,7 @@ public class Exporter implements Runnable {
|
||||
continue;
|
||||
}
|
||||
|
||||
output.add("/lp" + NodeFactory.nodeAsCommand(node, user.getUuid().toString(), false, true));
|
||||
output.add("/lp " + NodeFactory.nodeAsCommand(node, user.getUuid().toString(), false, true));
|
||||
}
|
||||
|
||||
if (!user.getPrimaryGroup().getStoredValue().orElse("default").equalsIgnoreCase("default")) {
|
||||
|
Loading…
Reference in New Issue
Block a user