mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-10 00:28:53 +02:00
4 lines
80 B
Lua
4 lines
80 B
Lua
return function(x, y, world)
|
|
return not (x > 180 or x < -180 or y > 80)
|
|
end
|