ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

On death, you spawn below the world. #154

Closed ghost closed 11 years ago

ddevault commented 11 years ago

:(

ghost commented 11 years ago

I guess you could use playerDeathEventArgs.Player.Position = playerDeathEventArgs.Player.OldPosition or playerDeathEventArgs.Player.Position = Server.level.SpawnPoint (i'm not sure about this one), in the event.

ddevault commented 11 years ago

Hmm, this is odd. I cannot reproduce this problem. I have no problem respawning on the latest Craft.Net.

Can you give more detailed steps to reproduce?

ddevault commented 11 years ago

Fixed by #159