mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-16 10:19:27 +02:00
0927a839b8
Fix linting warnings
4 lines
74 B
Lua
4 lines
74 B
Lua
return function(x, y)
|
|
return not (x > 100 or y > 200 or y < -200)
|
|
end
|