diff --git a/web/js/chatbox.js b/web/js/chatbox.js index 7db4c446..bdd8b82f 100644 --- a/web/js/chatbox.js +++ b/web/js/chatbox.js @@ -78,7 +78,7 @@ componentconstructors['chatbox'] = function(dynmap, configuration) { playerAccount) { getMinecraftHead(playerAccount, 16, function(head) { messageRow.icon = $(head) - .addClass('playerIcon') + .addClass('playerMessageIcon') .appendTo(playerIconContainer); }); }