1
0
Fork 0

Phi: small tweaks for the multiplayer config

This commit is contained in:
Torsten Dreyer 2015-03-26 16:10:46 +01:00
parent 7078b1a382
commit f9923979b5
2 changed files with 5 additions and 4 deletions

View file

@ -24,13 +24,12 @@
</div>
<div>
<button data-bind="button: { disabled: online }, click: toggleConnect">Connect to</button>
<label for="sim-config-multiplayer-serverlist">foo</label>
<select id="sim-config-multiplayer-serverlist"
data-bind=" enable: offline
<select data-bind="enable: offline
value: selectedServer,
options: serverList,
optionsText: 'longname',
optionsValue: 'longname'"></select>
optionsValue: 'longname',
"></select>
</div>
</fieldset>

View file

@ -61,6 +61,8 @@ define([
} else {
fgCommand.multiplayerConnect({
'servername': self.selectedServer(),
'rxport': 5000,
'txport': 5000
});
}
}