mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-19 14:01:27 +01:00
Updated Developer API (markdown)
parent
96a45eb4a4
commit
87c36d7c4c
@ -222,6 +222,7 @@ public void getUserAndApply(UUID playerUuid, Consumer<User> action) {
|
||||
if (user != null) {
|
||||
// user is already loaded, just apply the action
|
||||
action.accept(user);
|
||||
return;
|
||||
}
|
||||
|
||||
// ok, user isn't online, so we need to load them.
|
||||
|
Loading…
Reference in New Issue
Block a user