Fix NameUpdater name.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5577 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -70,7 +70,7 @@ public class OccupantInfo extends SimpleStreamableObject
|
||||
/** An update to dispatch when an occupant's name changes. */
|
||||
public static class NameUpdater implements Updater<OccupantInfo>
|
||||
{
|
||||
public NameUpdate (Name name) {
|
||||
public NameUpdater (Name name) {
|
||||
_name = name;
|
||||
}
|
||||
public boolean update (OccupantInfo info) {
|
||||
|
||||
Reference in New Issue
Block a user