mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 05:33:40 +00:00
Missing stuff for /ignore
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1495 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
e9dcbbe459
commit
fecd5676ce
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class EssentialsSpawnPlayerListener extends PlayerListener
|
||||||
|
|
||||||
if (Essentials.getStatic().getSettings().getAnnounceNewPlayers())
|
if (Essentials.getStatic().getSettings().getAnnounceNewPlayers())
|
||||||
{
|
{
|
||||||
Essentials.getStatic().getServer().broadcastMessage(Essentials.getStatic().getSettings().getAnnounceNewPlayerFormat(user));
|
Essentials.getStatic().broadcastMessage(user.getName(), Essentials.getStatic().getSettings().getAnnounceNewPlayerFormat(user));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue