model_view: ignore AI models for now (make that configurable?)
This commit is contained in:
parent
6aa74d2e7a
commit
cf69b0d01b
1 changed files with 4 additions and 4 deletions
|
@ -335,10 +335,10 @@ var model_view_handler = {
|
|||
me.models = {};
|
||||
var ai = props.globals.getNode("/ai/models", 1);
|
||||
foreach (var m; [props.globals]
|
||||
~ ai.getChildren("aircraft")
|
||||
~ ai.getChildren("carrier")
|
||||
~ ai.getChildren("multiplayer")
|
||||
~ ai.getChildren("tanker"))
|
||||
#~ ai.getChildren("aircraft")
|
||||
#~ ai.getChildren("carrier")
|
||||
#~ ai.getChildren("tanker")
|
||||
~ ai.getChildren("multiplayer"))
|
||||
me.models[m.getPath()] = m;
|
||||
|
||||
me.lnr = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue