diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index b40e4b5..9a73443 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -559,7 +559,7 @@ BOOST_PYTHON_MODULE(mobase) .def("notes", &IModInterface::notes) .def("gameName", &IModInterface::gameName) .def("repository", &IModInterface::repository) - .def("modId", &IModInterface::modId) + .def("nexusId", &IModInterface::nexusId) .def("version", &IModInterface::version) .def("newestVersion", &IModInterface::newestVersion) .def("ignoredVersion", &IModInterface::ignoredVersion)