Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel

forgot to pull before committing
This commit is contained in:
Izaya 2019-10-24 02:01:38 +11:00
commit 1b53606fe4
1 changed files with 2 additions and 0 deletions

View File

@ -268,7 +268,9 @@ end
function set_route(to,laddr,raddr)
cfg.sroutes[to] = {laddr,raddr,0}
saveconfig()
end
function del_route(to)
cfg.sroutes[to] = nil
saveconfig()
end