jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Creatures sliding out of the screen from the player are not removed. #60

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Problem:

When creatures walk outside of the window of view of the player, they are not removed, i.e. the RemoveCreaturePacket is not sent to the player.

Steps to repro:

Have 2 players log in, walk into view of one another, then outside of view.