DisplayName fix

Shouldn't conflict with other nickname plugins now
This commit is contained in:
MistPhizzle 2015-08-20 23:24:45 -04:00
parent 9102fd7fc2
commit e2a1d5132f

View file

@ -186,7 +186,7 @@ public class PKListener implements Listener {
} }
if (chatEnabled) { if (chatEnabled) {
player.setDisplayName(append + player.getName()); player.setDisplayName(append + player.getDisplayName());
} }
// Handle the AirSpout/WaterSpout login glitches // Handle the AirSpout/WaterSpout login glitches