forked from github/server
merge conflicts resolved
This commit is contained in:
commit
2b478731c3
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ end
|
|||
local function tunnel_action(b, param)
|
||||
local units = tunnel_travelers(b)
|
||||
local rto = get_target(param)
|
||||
print("tunnel from " .. tostring(b.region) .. " to " .. tostring(rto))
|
||||
if rto and units then
|
||||
eressea.log.debug("Tunnel from " .. tostring(b) .. " [" .. param .. "]")
|
||||
for key, u in pairs(units) do
|
||||
|
|
Loading…
Reference in a new issue