1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00
Matthew 0927a839b8
Fix linting (#657)
Fix linting warnings
2019-01-19 11:34:29 -05:00

4 lines
73 B
Lua

return function(x, y)
return not (x > 180 or x < -180 or y > 80)
end