From 96354e3c70f0d481029e65ecc6baaef1e6c58416 Mon Sep 17 00:00:00 2001 From: k0rd Date: Thu, 3 Oct 2013 10:02:18 -0400 Subject: [PATCH] Fixes spawning with beds. --- TShockAPI/TSPlayer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 1ea208d6..f31e0dd9 100755 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -585,6 +585,7 @@ namespace TShockAPI public void Spawn() { + TPlayer.FindSpawn(); Spawn(TPlayer.SpawnX, TPlayer.SpawnY); }