This commit is contained in:
ricky 2011-06-16 16:17:00 +10:00
parent 6ed2b5044d
commit 8d1377c7cf

View file

@ -85,7 +85,7 @@ namespace TShockAPI
}
public int TileY
{
get { return (int)(X / 16); }
get { return (int)(Y / 16); }
}
public TSPlayer(int index)