Don't try to reload client if already loaded
This commit is contained in:
parent
1ce69dfa14
commit
cdc4f3debd
@ -248,7 +248,10 @@ public class CoreClientManager extends MiniPlugin
|
||||
{
|
||||
CoreClient client = Get(playerName);
|
||||
if (client != null)
|
||||
{
|
||||
loadedClient.accept(client);
|
||||
return;
|
||||
}
|
||||
loadClientByName(playerName, loadedClient);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user