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, [ - ]); }