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