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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user