mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01: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