From 61e766701014a9ec5de4bcc8369c4409bfb1cbe9 Mon Sep 17 00:00:00 2001 From: Spathi Date: Tue, 6 Sep 2011 03:31:15 +0100 Subject: [PATCH] Spout always shows displaynames even with factionless players --- src/com/massivecraft/factions/SpoutFeatures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/massivecraft/factions/SpoutFeatures.java b/src/com/massivecraft/factions/SpoutFeatures.java index 725afedb..7a9335e0 100644 --- a/src/com/massivecraft/factions/SpoutFeatures.java +++ b/src/com/massivecraft/factions/SpoutFeatures.java @@ -147,7 +147,7 @@ public class SpoutFeatures { spoutApp.setPlayerTitle(sPlayer, viewed, addTag + "\n" + viewed.getDisplayName()); } else { - spoutApp.resetPlayerTitle(sPlayer, viewed); + spoutApp.setPlayerTitle(sPlayer, viewed, viewed.getDisplayName()); } }