diff --git a/src/lib/playerPlugins/login.js b/src/lib/playerPlugins/login.js index c1663db..bb2afac 100644 --- a/src/lib/playerPlugins/login.js +++ b/src/lib/playerPlugins/login.js @@ -163,7 +163,7 @@ function inject(serv,player) gamemode: player.gameMode, ping: 1, hasDisplayName: true, - displayName: player.username + displayName: {'text':player.username} }] }); @@ -177,7 +177,7 @@ function inject(serv,player) gamemode: otherPlayer.gameMode, ping: 1, hasDisplayName: true, - displayName: otherPlayer.username + displayName: {'text':player.username} }] }); });