MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
707 stars 296 forks source link

Fixed drop issue #421

Closed sven-n closed 2 months ago

sven-n commented 2 months ago

When an item was dropped and the player left the scope of it, this wasn't notified to the client. The issue was, that a Droppeditem doesn't implement IObservable, which it doesn't have to.