You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetTileSafely is redundant if used in hooks where the x and y is already provided. If you create those x and y yourself with no additional tile related context, then yes
Convert
Main.tile[x, y]
toFraming.GetTileSafely(x, y)
The text was updated successfully, but these errors were encountered: