mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
DisplayName fix
Shouldn't conflict with other nickname plugins now
This commit is contained in:
parent
9102fd7fc2
commit
e2a1d5132f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class PKListener implements Listener {
|
|||
}
|
||||
|
||||
if (chatEnabled) {
|
||||
player.setDisplayName(append + player.getName());
|
||||
player.setDisplayName(append + player.getDisplayName());
|
||||
}
|
||||
|
||||
// Handle the AirSpout/WaterSpout login glitches
|
||||
|
|
Loading…
Reference in a new issue