1
0
Fork 0

Fix broken multiplayer dialog

dialog used to force port 5000 for rx and tx. This patch restores this.
This commit is contained in:
Torsten Dreyer 2015-03-15 21:00:52 +01:00
parent 31f087c3d6
commit 3f13b1b3e2

View file

@ -230,7 +230,9 @@
<command>nasal</command>
<script>
fgcommand("multiplayer-connect", props.Node.new({
"servername": getprop("/sim/multiplay/selected-server")
"servername": getprop("/sim/multiplay/selected-server"),
"rxport": 5000,
"txport": 5000
}));
</script>
</binding>