From 4ba0753ab26e47469c3e16830e594d78e1bdcb1d Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Sun, 20 Dec 2015 17:20:12 -0800 Subject: [PATCH] Don't download --- Updater/Updater.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Updater/Updater.xml b/Updater/Updater.xml index 9a3b8c0..cffa947 100644 --- a/Updater/Updater.xml +++ b/Updater/Updater.xml @@ -53,11 +53,11 @@ function UpdatePlugin(pid, pfile, pversion, raw) file:write(page) file:close() DoAfterSpecial(3, "ReloadPlugin(" .. pid .. ")", 12) - UnloadPlugin(GetPluginID()) - os.remove(GetPluginInfo(GetPluginID(), 6)) end raw_version = nil + UnloadPlugin(GetPluginID()) + os.remove(GetPluginInfo(GetPluginID(), 6)) end ]]>