Comment magic number 5
This commit is contained in:
parent
1d5a013adb
commit
5abf0f9d8e
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ namespace TShockAPI
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// From White:
|
||||||
|
// IIRC it's because 5 means a 5x5 square which is normal for a tile square, and anything bigger is a non-vanilla tile modification attempt
|
||||||
if (size > 5)
|
if (size > 5)
|
||||||
{
|
{
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue