Fixed ruantiblock-mod-lua

This commit is contained in:
gSpot
2022-12-25 23:38:22 +03:00
parent 83918288f1
commit ed2a6db286
@@ -182,9 +182,9 @@ local iconv = prequire("iconv")
local si, it local si, it
if prequire("bit") then if prequire("bit") then
it = require("iptool") it = prequire("iptool")
if it then if it then
si = require("ruab_sum_ip") si = prequire("ruab_sum_ip")
end end
end end
if not si then if not si then