diff --git a/Updater/Updater.xml b/Updater/Updater.xml index cffa947..0045365 100644 --- a/Updater/Updater.xml +++ b/Updater/Updater.xml @@ -52,7 +52,7 @@ function UpdatePlugin(pid, pfile, pversion, raw) local file = io.open(pfile, "w") file:write(page) file:close() - DoAfterSpecial(3, "ReloadPlugin(" .. pid .. ")", 12) + --DoAfterSpecial(3, "LoadPlugin(" .. pid .. ")", 12) end raw_version = nil