Have the TableDirector place a party game creator in the game, rather

than forcing them from the server.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@175 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-02-10 20:53:05 +00:00
parent 3a387c7d8a
commit f9dcdd0627
3 changed files with 48 additions and 15 deletions
@@ -154,11 +154,6 @@ public class TableManager
// if the table has only one seat, start the game immediately
if (table.shouldBeStarted()) {
int oid = createGame(table);
// the creator will not be moved automatically, so we do it for them
if (isParty) {
CrowdServer.plreg.locprov.moveBody(creator, oid);
}
}
// finally let the caller know what the new table id is