Small improvements.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@498 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-11-13 22:58:15 +00:00
parent e996e261f4
commit 7ef4ef92dd
2 changed files with 7 additions and 7 deletions
@@ -132,7 +132,7 @@ public class DefaultFlexTableConfigurator extends TableConfigurator
super.flushTableConfig();
if (_players != null) {
_config.desiredPlayerCount = int(_players.selectedItem);
_config.desiredPlayerCount = int(_players.value);
}
// TODO - it is wacky for the TableConfig.privateTable to mean two different things.
// It should be extended to have separate privateTable and watchableTable options.