mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
UITextEdit selection, closes #55
This commit is contained in:
@@ -42,7 +42,6 @@ bool ParticleManager::importParticle(std::string file)
|
||||
ParticleTypePtr particleType = ParticleTypePtr(new ParticleType);
|
||||
particleType->load(node);
|
||||
m_particleTypes[particleType->getName()] = particleType;
|
||||
dump << particleType->getName();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user