PEX migration - include username too. Closes #92
This commit is contained in:
parent
17406b448d
commit
171a54c0fc
@ -253,7 +253,7 @@ public class MigrationPermissionsEx extends SubCommand<Object> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
userCount++;
|
userCount++;
|
||||||
plugin.getStorage().loadUser(u, "null").join();
|
plugin.getStorage().loadUser(u, user.getName()).join();
|
||||||
User lpUser = plugin.getUserManager().get(u);
|
User lpUser = plugin.getUserManager().get(u);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user