fix player spawn stuff
This commit is contained in:
parent
208afe9a7e
commit
946d54b69e
6 changed files with 53 additions and 38 deletions
|
|
@ -2565,7 +2565,7 @@ namespace TShockAPI
|
|||
|
||||
private static void Home(CommandArgs args)
|
||||
{
|
||||
args.Player.Spawn();
|
||||
args.Player.Spawn(PlayerSpawnContext.RecallFromItem);
|
||||
args.Player.SendSuccessMessage("Teleported to your spawnpoint.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue