1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 02:28:05 +11:00

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

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