1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:53:51 +00:00

fixed double namespace in GenericCreator

This commit is contained in:
Marc Zinnschlag 2014-08-15 12:01:37 +02:00
parent c66dfe67b1
commit 1bf177fe72

View file

@ -45,7 +45,7 @@ void CSVWorld::GenericCreator::insertBeforeButtons (QWidget *widget, bool stretc
std::string CSVWorld::GenericCreator::getId() const std::string CSVWorld::GenericCreator::getId() const
{ {
return getNamespace() + mId->text().toUtf8().constData(); return mId->text().toUtf8().constData();
} }
void CSVWorld::GenericCreator::configureCreateCommand (CSMWorld::CreateCommand& command) const {} void CSVWorld::GenericCreator::configureCreateCommand (CSMWorld::CreateCommand& command) const {}