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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user