minor quick changes
This commit is contained in:
@ -13,7 +13,7 @@ local config = {}
|
||||
config.gatespeed = 0.5
|
||||
|
||||
-- Manual dial for Milky Way gates (rotating ring animation)
|
||||
config.manualDial = true
|
||||
config.manualDial = false
|
||||
|
||||
-- Access control
|
||||
config.canAccessHazardGates = true
|
||||
|
||||
@ -223,7 +223,9 @@ end
|
||||
---------------------------------------------
|
||||
|
||||
local function dialGate(address)
|
||||
utils.log("Dialing: " .. gate.addressToString(address))
|
||||
tmp = deepCopy(address)
|
||||
table.remove(tmp)
|
||||
utils.log("Dialing: " .. gate.addressToString(tmp))
|
||||
|
||||
local gateType = gate.getStargateType()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user