Don't download

Contrast_Picker
Arcidayne 9 years ago
parent 346f07a285
commit 0ff255442b

@ -51,7 +51,7 @@ function UpdatePlugin(pid, pfile, pversion, raw)
local file = io.open(pfile, "w") local file = io.open(pfile, "w")
file:write(page) file:write(page)
file:close() file:close()
ReloadPlugin(pid) DoAfterSpecial(3, "ReloadPlugin(" .. pid .. ")", 12)
Unload(GetPluginID()) Unload(GetPluginID())
end end

Loading…
Cancel
Save