dmlary / morrow

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

Teleport System remove TeleportComponent before move_entity() #41

Open dmlary opened 4 years ago

dmlary commented 4 years ago

Hitting a noisy interaction between teleport room and mob_limit room. Teleport destination is a mob_limit room that is full.

We need to remove the TeleportComponent before move_entity() so that the player doesn't get spammed with 'room is full' messages.