|
|
|
@ -48,12 +48,12 @@ function UpdatePlugin(pid, pfile, pversion, raw)
|
|
|
|
|
ColourNote("white", "blue", "You currently have the latest version!")
|
|
|
|
|
elseif tonumber(raw_version) > tonumber(pversion) then
|
|
|
|
|
ColourNote("white", "blue", "Updating from " .. pversion .. " to " .. raw_version .. "!")
|
|
|
|
|
Unload(pid)
|
|
|
|
|
UnloadPlugin(pid)
|
|
|
|
|
local file = io.open(pfile, "w")
|
|
|
|
|
file:write(page)
|
|
|
|
|
file:close()
|
|
|
|
|
DoAfterSpecial(3, "ReloadPlugin(" .. pid .. ")", 12)
|
|
|
|
|
Unload(GetPluginID())
|
|
|
|
|
UnloadPlugin(GetPluginID())
|
|
|
|
|
os.remove(GetPluginInfo(GetPluginID(), 6))
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|