This commit is contained in:
Maverick Motherfucker 2011-06-02 23:30:01 -07:00
parent 2f02b7b9ae
commit be94eecd3e

View file

@ -202,7 +202,7 @@ namespace TShockAPI
public static void Spawn(CommandArgs args)
{
int ply = args.PlayerID;
TShock.Teleport(ply, Main.spawnTileX * 16 + 8 - Main.player[ply].width / 2, Main.spawnTileY * 16 - this.height);
TShock.Teleport(ply, Main.spawnTileX * 16 + 8 - Main.player[ply].width / 2, Main.spawnTileY * 16 - Main.player[ply].height);
Tools.SendMessage(ply, "Teleported to your spawnpoint.");
}