1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-26 03:48:06 +11:00

Compare commits

..

No commits in common. "37db09d47200f9cca5e050ea1e11a634e69f739c" and "6cbe2d6479494d38a321fea33ee8afd2a73397f5" have entirely different histories.

View File

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