mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 10:26:46 +00:00 
			
		
		
		
	removed misplaced bracket
This commit is contained in:
		
							parent
							
								
									45d9364195
								
							
						
					
					
						commit
						cbe1fe2f95
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -61,7 +61,7 @@ void CSVWorld::ScriptEdit::dropEvent (QDropEvent* event) | |||
|     { | ||||
|         if (mAllowedTypes.contains (it->getType())) | ||||
|         { | ||||
|             QString::fromStdString ('"' + it->getId() + '"')); | ||||
|             QString::fromStdString ('"' + it->getId() + '"'); | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Loading…
	
		Reference in a new issue