MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Fixed dead players not being able to read chat #152

Closed Aze-M closed 1 year ago

Aze-M commented 1 year ago

The original player entity was no longer found when players died and turned into a corpse, added a pointer to the original player if the corpse is created by a player then passing it on to the chat function and keeping track of players that have already received every message via set.

Tested both alone and on a server with one other player, all messages can be read while dead and set while dead and arrive at the other player.

Related Issue:

41