Removed some code that only needs to be on the server-side.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -50,11 +50,7 @@ public class ForwardEventRequest extends UpstreamMessage
|
||||
out.writeObject(_event);
|
||||
}
|
||||
|
||||
override public function readObject (ins :ObjectInputStream) :void
|
||||
{
|
||||
super.readObject(ins);
|
||||
_event = (ins.readObject() as DEvent);
|
||||
}
|
||||
/** readObject omitted */
|
||||
|
||||
public function toString () :String
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user