更新 'src/Network/fgcom.cxx'

This commit is contained in:
zhongjin 2022-11-30 20:41:26 +08:00
parent 9c2f4f46ba
commit d8ef512d58

View File

@ -581,6 +581,7 @@ void FGCom::shutdown()
void FGCom::valueChanged(SGPropertyNode *prop)
{
return;
if (prop == _enabled_node) {
bool isEnabled = prop->getBoolValue();
if (_enabled == isEnabled) {