Add missing string

This commit is contained in:
SGKoishi 2022-11-04 20:43:41 -07:00
parent 770b177426
commit 863d51ad27
No known key found for this signature in database
GPG key ID: 8FFC399070653828
3 changed files with 9 additions and 9 deletions

View file

@ -425,7 +425,7 @@ namespace TShockAPI.Handlers
WallID.Sets.Conversion.NewWall4[tile.wall] && WallID.Sets.Conversion.NewWall4[newTile.Wall]
)
{
TShock.Log.ConsoleDebug($"Bouncer / SendTileRect processing a wall conversion update - [{tile.wall}] -> [{newTile.Wall}]");
TShock.Log.ConsoleDebug(GetString($"Bouncer / SendTileRect processing a wall conversion update - [{tile.wall}] -> [{newTile.Wall}]"));
UpdateServerTileState(tile, newTile, TileDataType.Wall);
}
}