mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
removed misplaced bracket
This commit is contained in:
parent
45d9364195
commit
cbe1fe2f95
@ -61,7 +61,7 @@ void CSVWorld::ScriptEdit::dropEvent (QDropEvent* event)
|
||||
{
|
||||
if (mAllowedTypes.contains (it->getType()))
|
||||
{
|
||||
QString::fromStdString ('"' + it->getId() + '"'));
|
||||
QString::fromStdString ('"' + it->getId() + '"');
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user