1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

4 lines
80 B
Lua
Raw Normal View History

2018-05-10 20:42:24 +01:00
return function(x, y, world)
return not (x > 180 or x < -180 or y > 80)
2017-07-18 21:29:12 +02:00
end