Up the default TilePaintThreshold and fix one last typo
This commit is contained in:
parent
c12b592d60
commit
428ee68b86
2 changed files with 2 additions and 2 deletions
|
|
@ -3255,7 +3255,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
// Not selecting paint roller or paint scraper or the spectre versions? Hacking.
|
||||
if (args.Player.SelectedItem.type != 1071 && args.Player.SelectedItem.type != 1100 &&
|
||||
if (args.Player.SelectedItem.type != 1072 && args.Player.SelectedItem.type != 1100 &&
|
||||
args.Player.SelectedItem.type != 1544 && args.Player.SelectedItem.type != 1545)
|
||||
{
|
||||
args.Player.SendData(PacketTypes.PaintWall, "", x, y, Main.tile[x, y].wallColor());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue