1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 01:25:26 +02:00

More cleanup

This commit is contained in:
KHobbits
2013-07-07 13:02:40 +01:00
parent 0be9986dfb
commit fe85668021
32 changed files with 83 additions and 78 deletions

View File

@@ -108,7 +108,7 @@ public class EssentialsSpawnPlayerListener implements Listener
//This method allows for multiple line player announce messages using multiline yaml syntax #EasterEgg
if (ess.getSettings().getAnnounceNewPlayers())
{
final IText output = new KeywordReplacer(ess.getSettings().getAnnounceNewPlayerFormat(), user, ess);
final IText output = new KeywordReplacer(ess.getSettings().getAnnounceNewPlayerFormat(), user.getBase(), ess);
final SimpleTextPager pager = new SimpleTextPager(output);
for (String line : pager.getLines())