I write two lines in the morning. I write two lines at night.
I write two lines in the afternoon and it makes me feel alright. I write two lines in times of peace, I write two in times of war. I write two lines before I write two lines, and then I write two more. Bringing ActionScript world into line with the Javver. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4556 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -45,6 +45,7 @@ import com.threerings.util.TimeUtil;
|
||||
|
||||
import com.threerings.crowd.client.LocationObserver;
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
import com.threerings.crowd.data.CrowdCodes;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
@@ -984,7 +985,13 @@ public class ChatDirector extends BasicDirector
|
||||
return (typ == null) ? ChatCodes.PLACE_CHAT_TYPE : typ;
|
||||
}
|
||||
|
||||
// documentation inherited from interface
|
||||
// from BasicDirector
|
||||
override protected function registerServices (client :Client) :void
|
||||
{
|
||||
client.addServiceGroup(CrowdCodes.CROWD_GROUP);
|
||||
}
|
||||
|
||||
// from BasicDirector
|
||||
override protected function fetchServices (client :Client) :void
|
||||
{
|
||||
// get a handle on our chat service
|
||||
|
||||
Reference in New Issue
Block a user