Closed colingeniet closed 3 years ago
In Nasal/armament-locking.nas, line 200 loads a model which doesn't exist:
Nasal/armament-locking.nas
objModel.getNode("path",1).setValue("Aircraft/MiG-21bis/Models/tgtsphere.xml"); # this is the model to be loaded.
This generates a constant flow of Error in reading file : file not handled messages in the console.
Error in reading file : file not handled
I wasn't seeing these errors on my end, but I've commented it out nonetheless. Thanks!
In
Nasal/armament-locking.nas
, line 200 loads a model which doesn't exist:This generates a constant flow of
Error in reading file : file not handled
messages in the console.