diff --git a/code/nel/src/sound/group_controller_root.cpp b/code/nel/src/sound/group_controller_root.cpp index 7ba7173e4..0f1c58e63 100644 --- a/code/nel/src/sound/group_controller_root.cpp +++ b/code/nel/src/sound/group_controller_root.cpp @@ -87,7 +87,7 @@ bool CGroupControllerRoot::isReservedName(const std::string &nodeName) if (nodeName == "gain") return true; if (nodeName == "pitch") return true; if (nodeName == "enable" || nodeName == "enabled") return true; - return true; + return false; } CGroupController *CGroupControllerRoot::getGroupController(const std::string &path)