This commit is contained in:
walterhiggins 2014-12-29 13:04:52 +00:00
parent f40b5ed232
commit bbe3866c96
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ for (var i =0;i < colors.length;i++)
events.asyncPlayerChat( function( evt ) {
var player = evt.player;
var playerChatColor = _store.players[ player.name ];
var playerChatColor = store.players[ player.name ];
if ( playerChatColor ) {
evt.message = '&sect;' + colorCodes[ playerChatColor ] + evt.message;
}