Merge branch 'master' of gitorious.org:fg/fgdata
This commit is contained in:
commit
17497f3eef
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ var update_loop = func {
|
||||||
var mp = aimodelsN.getChildren("multiplayer");
|
var mp = aimodelsN.getChildren("multiplayer");
|
||||||
|
|
||||||
foreach (var a; ac ~ mp) {
|
foreach (var a; ac ~ mp) {
|
||||||
|
if (!a.getNode("valid", 1).getValue())
|
||||||
|
continue;
|
||||||
if (!a.getNode("tanker", 1).getValue())
|
if (!a.getNode("tanker", 1).getValue())
|
||||||
continue;
|
continue;
|
||||||
if (!a.getNode("refuel/contact", 1).getValue())
|
if (!a.getNode("refuel/contact", 1).getValue())
|
||||||
|
|
Loading…
Reference in a new issue