1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

Towny - test callback

This commit is contained in:
Gerkiz 2022-10-22 22:49:06 +02:00
parent 263538bba2
commit b60ded54e6

View File

@ -138,7 +138,7 @@ local function find_valid_spawn_point(player, force_name, surface)
end end
-- is the point near any other players -- is the point near any other players
local r = 50 local r = 55
local area = { local area = {
left_top = {x = player.position.x - r, y = player.position.y - r}, left_top = {x = player.position.x - r, y = player.position.y - r},
right_bottom = {x = player.position.x + r, y = player.position.y + r} right_bottom = {x = player.position.x + r, y = player.position.y + r}