Small improvements.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@498 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user