mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
Check if player is still online
This commit is contained in:
parent
379e75f3e6
commit
335d8b7f20
@ -101,6 +101,10 @@ public class EssentialsSpawnPlayerListener implements Listener
|
|||||||
@Override
|
@Override
|
||||||
public void run()
|
public void run()
|
||||||
{
|
{
|
||||||
|
if (!user.isOnline()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
//This method allows for multiple line player announce messages using multiline yaml syntax #EasterEgg
|
//This method allows for multiple line player announce messages using multiline yaml syntax #EasterEgg
|
||||||
if (ess.getSettings().getAnnounceNewPlayers())
|
if (ess.getSettings().getAnnounceNewPlayers())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user