mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-10-31 23:09:19 +00:00
Return if vanished.
This commit is contained in:
parent
c4e6ecaea1
commit
4a72085c2c
|
@ -688,6 +688,7 @@ public class PlayerListener implements Listener {
|
|||
if (VanishManager.isVanished(player)) {
|
||||
event.setQuitMessage(null);
|
||||
VanishManager.unvanishPlayer(player);
|
||||
return;
|
||||
}
|
||||
|
||||
playerLeave(event.getPlayer());
|
||||
|
|
Loading…
Reference in a new issue