dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

Spawn minimum & World.destroy_entity causing infinite spawning #26

Open dmlary opened 4 years ago

dmlary commented 4 years ago

When an entity created by a SpawnComponent is destroyed, a new entity is immediately spawned because the minimum has not been met.