mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
bru
This commit is contained in:
parent
7b9920dbc4
commit
36fc1a00b6
@ -49,7 +49,7 @@ public class VanishHandler extends FreedomService
|
||||
{
|
||||
plugin.esb.setVanished(player.getName(), true);
|
||||
FLog.info(player.getName() + " joined while still vanished.");
|
||||
plugin.sl.messageAllAdmins(ChatColor.YELLOW + player.getName() + " has joined silently.");
|
||||
plugin.sl.messageAllStaff(ChatColor.YELLOW + player.getName() + " has joined silently.");
|
||||
event.setJoinMessage(null);
|
||||
|
||||
new BukkitRunnable()
|
||||
@ -77,7 +77,7 @@ public class VanishHandler extends FreedomService
|
||||
{
|
||||
event.setQuitMessage(null);
|
||||
FLog.info(player.getName() + " left while still vanished.");
|
||||
plugin.sl.messageAllAdmins(ChatColor.YELLOW + player.getName() + " has left silently.");
|
||||
plugin.sl.messageAllStaff(ChatColor.YELLOW + player.getName() + " has left silently.");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user