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

small fix to hit points message package send only to the target player. #79

Closed MUN1Z closed 4 years ago

MUN1Z commented 4 years ago

I detected that the message stating that the player lost life points is being sent to all players visible on the map, this small correction causes it to be sent only to the player who actually suffered the damage.

jlnunez89 commented 4 years ago

Great catch! Thanks for the contribution :)