Pryaxis / TShock

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
GNU General Public License v3.0
2.41k stars 377 forks source link

Fix mobs not dropping picked up coins #2601

Closed PotatoCider closed 2 years ago

PotatoCider commented 2 years ago

This PR will not set SyncExtraValue packets from clients as handled. This allows mobs to pick up coins as intended in expert mode and master mode. It was previously set as handled before to prevent platinum coins from duplicating. However, it seems the issue with platinum coins has not gone away since that change.

Fixes #2546