Hint to the user when we adjust on-runway start.
Still deciding if this is needed or in the right place, but adding as an experiment, can be reverted if people don’t like it.
This commit is contained in:
parent
e7c09356c1
commit
84fa01a6d8
1 changed files with 7 additions and 1 deletions
|
@ -537,5 +537,11 @@ _setlistener("/sim/signals/nasal-dir-initialized", func {
|
|||
|
||||
# Call-back to ensure we see our own messages.
|
||||
setlistener("/sim/multiplay/chat", chat_listener);
|
||||
});
|
||||
|
||||
|
||||
if (getprop("/sim/presets/avoided-mp-runway")) {
|
||||
_setlistener("/sim/sceneryloaded", func {
|
||||
gui.popupTip("Multi-player enabled, start moved to runway hold short position.");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue