Comment magic number 5

This commit is contained in:
Lucas Nicodemus 2017-12-06 17:07:05 -07:00
parent 1d5a013adb
commit 5abf0f9d8e

View file

@ -106,6 +106,8 @@ namespace TShockAPI
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)
{
args.Handled = true;