From 522194e592af6b6258d40baaa099326e1c6b5ab8 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 10 May 2011 19:43:44 +0000 Subject: [PATCH] Run genservice with my last change to placate Bamboo. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6639 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/main/as/com/threerings/crowd/data/LocationMarshaller.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/as/com/threerings/crowd/data/LocationMarshaller.as b/src/main/as/com/threerings/crowd/data/LocationMarshaller.as index 42f99ccdb..ceddf9b7c 100644 --- a/src/main/as/com/threerings/crowd/data/LocationMarshaller.as +++ b/src/main/as/com/threerings/crowd/data/LocationMarshaller.as @@ -44,7 +44,6 @@ public class LocationMarshaller extends InvocationMarshaller public function leavePlace () :void { sendRequest(LEAVE_PLACE, [ - ]); }