Minor touches to player defaults.

This commit is contained in:
Olof Larsson
2013-04-24 14:31:10 +02:00
parent 0eb121c444
commit 6846c426c4
4 changed files with 30 additions and 42 deletions

View File

@@ -20,6 +20,7 @@ public class ChatTagTitle extends ChatTagAbstract
@Override
public String getReplacement(UPlayer fsender, UPlayer frecipient)
{
if (!fsender.hasTitle()) return "";
return fsender.getTitle();
}