Identify ourselves if we turn out to be a long dobj unit.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4830 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-09-24 17:23:02 +00:00
parent 400a42930b
commit 6904c467bf
@@ -390,6 +390,9 @@ public class Client
public void expired () {
tick();
}
public String toString () {
return "Client.tickInterval";
}
};
_tickInterval.schedule(5000L, true);
}