diff options
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index e8c0e4c56..efe91c4bb 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1239,7 +1239,7 @@ ConnectClass::ConnectClass(std::shared_ptr<ConfigTag> tag, char t, const std::st // Connect classes can inherit from each other but this is problematic for modules which can't use // ConnectClass::Update so we build a hybrid tag containing all of the values set on this class as // well as the parent class. - config = std::make_shared<ConfigTag>(tag->tag, tag->src_name, tag->src_line); + config = std::make_shared<ConfigTag>(tag->tag, tag->source); for (const auto& [key, value] : parent->config->GetItems()) { // The class name and parent name are not inherited |
