This should be using getVisibleName().

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@37 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-08-11 02:22:03 +00:00
parent 6fc509432c
commit 9be1f1db14
@@ -203,7 +203,8 @@ public class ParlorManager
// configure the game config with the player info // configure the game config with the player info
invite.config.players = new Name[] { invite.config.players = new Name[] {
invite.invitee.username, invite.inviter.username }; invite.invitee.getVisibleName(),
invite.inviter.getVisibleName() };
// create the game manager and begin it's initialization // create the game manager and begin it's initialization
// process. the game manager will take care of notifying the // process. the game manager will take care of notifying the