From 83624178bfce40140bc7417773df91c4757e4c80 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 20 Jan 2019 22:24:17 +0300 Subject: [PATCH] afaef --- Installer/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Main.lua b/Installer/Main.lua index 066babfb..57ab75df 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -423,7 +423,7 @@ addStage(function() for i = 1, #list do path = "/" .. list[i] - if proxy ~= temporaryFilesystemProxy or path ~= installerPath then + if proxy.address ~= temporaryFilesystemProxy.address or path ~= installerPath then proxy.remove(path) end end