Pryaxis / TShock

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

Fix `GiveItem` not working if the player is in lava #2604

Closed PotatoCider closed 2 years ago

PotatoCider commented 2 years ago

The flammable items incinerate in lava if you do /i 2 while in lava (dirt blocks are flammable). This PR fixes the problem by setting item owner so that the game doesn't burn the item immediately.

P.S. I stumbled across this fix. Not sure of the working mechanism behind it.