Updated MPCarrier:
- Fixed problems occuring when deployed outside fg-root. - Got rid of the ugly ac-type property. - Cleaned up the 3d model XML files. - Improved carrier player detection. - Improved the no MPCarriers found message.
This commit is contained in:
parent
4e0cbba20a
commit
e7408c63fb
1 changed files with 2 additions and 2 deletions
|
@ -568,9 +568,9 @@
|
|||
<command>nasal</command>
|
||||
<script>
|
||||
if (contains(globals, "MPCarriers")) {
|
||||
MPCarriers.carrier_dialog.show();
|
||||
MPCarriers.carrier_dialog.show();
|
||||
} else {
|
||||
gui.popupTip("No MPCarriers around at the moment.");
|
||||
gui.popupTip("Found no MPCarriers for activated carrier AI scenarios within range.", 5.0);
|
||||
}
|
||||
</script>
|
||||
</binding>
|
||||
|
|
Loading…
Reference in a new issue