更新 'src/Network/fgcom.cxx'
This commit is contained in:
@@ -581,6 +581,7 @@ void FGCom::shutdown()
|
||||
|
||||
void FGCom::valueChanged(SGPropertyNode *prop)
|
||||
{
|
||||
return;
|
||||
if (prop == _enabled_node) {
|
||||
bool isEnabled = prop->getBoolValue();
|
||||
if (_enabled == isEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user