diff --git a/src/runner/proxypluginwrappers.cpp b/src/runner/proxypluginwrappers.cpp index 0c0454a..ac2e35d 100644 --- a/src/runner/proxypluginwrappers.cpp +++ b/src/runner/proxypluginwrappers.cpp @@ -210,10 +210,7 @@ QString IPluginGameWrapper::gameShortName() const QStringList IPluginGameWrapper::primarySources() const { - GILock lock; - try { - return this->get_override("primarySources")(); - } PYCATCH; + return basicWrapperFunctionImplementation(this, "primarySources"); } QStringList IPluginGameWrapper::validShortNames() const