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
What is the RFID Range set to in the config? The way the code works is the range you pass in is divided by two. If the config maximum is 16, and you pass in 17, the scan does 16/2 which gives 8, add 1 for the actual block location which gives you a range of 9 blocks radius, 17 blocks diameter (in a square). You can see the AABB bounds setting here http://git.io/vmAqJ and the math here http://git.io/vmAqq
I first though this is really a diameter of scan, but...
(https://pp.vk.me/c625120/v625120648/4228f/E-8rMgiK1j4.jpg)
It's absolutely broken (see minimap).
Sometimes it can find me by setting range=4, but can't at range=20 and so on.
The text was updated successfully, but these errors were encountered: