mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:23:51 +00:00
fixed double namespace in GenericCreator
This commit is contained in:
parent
c66dfe67b1
commit
1bf177fe72
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ void CSVWorld::GenericCreator::insertBeforeButtons (QWidget *widget, bool stretc
|
|||
|
||||
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 {}
|
||||
|
|
Loading…
Reference in a new issue