diff --git a/src/as/com/threerings/parlor/client/TableDirector.as b/src/as/com/threerings/parlor/client/TableDirector.as index 72b91dc2..4efe1bc8 100644 --- a/src/as/com/threerings/parlor/client/TableDirector.as +++ b/src/as/com/threerings/parlor/client/TableDirector.as @@ -159,10 +159,10 @@ public class TableDirector extends BasicDirector /** * Returns the table this client is currently seated at, or null. */ - public function getSeatedTable () :Table - { - return _ourTable; - } + public function getSeatedTable () :Table + { + return _ourTable; + } /** * Sends a request to create a table with the specified game configuration. This user will