Always remove tags from player.getName()

- Move removal of tags to RSPlayerMixin
- Remove tags from players names where needed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-03-28 15:12:47 +02:00
committed by Adam
parent 59ad536fa9
commit 52129598e5
12 changed files with 18 additions and 16 deletions

View File

@@ -24,6 +24,7 @@
*/
package net.runelite.client.util;
import net.runelite.api.Text;
import static org.junit.Assert.assertEquals;
import org.junit.Test;