Fix multiple leaving messages being broadcasted to the server when a player is kicked from the server after getting cbanned.
This commit is contained in:
parent
1e18707fd7
commit
026ab15099
@ -675,7 +675,7 @@ public class ClansManager extends MiniClientPlugin<ClientClan>implements IRelati
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.getReason().contains("You are banned from Clans"))
|
||||
if (event.getReason().contains("banned from Clans"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user