From db066ea7f5a7c0f82e0cad2d87f5b6722980eb36 Mon Sep 17 00:00:00 2001 From: phoriah <95628489+phoriah@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:10:03 +0200 Subject: [PATCH] Remove Temp fix for Zenith --- saveinstance.luau | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saveinstance.luau b/saveinstance.luau index 5336ea6..5df1df7 100644 --- a/saveinstance.luau +++ b/saveinstance.luau @@ -904,7 +904,7 @@ XML_Descriptors = { return Identifier end, SecurityCapabilities = nil, - -- SystemAddress = function(raw) return raw end, -- PeerId? -- ? Not sure + -- SystemAddress = function(raw) return raw end, -- PeerId? systemAddress as a string in the format "IP|Port", "|" being portDelineator, should not be '.', ':', '%', '-', '/', a number, or a-f -- ? Not sure -- TweenInfo = function(raw) -- ? Not sure -- local __NORMALIZE_NUMBER = XML_Descriptors.__NORMALIZE_NUMBER -- local enum = XML_Descriptors.__ENUM @@ -960,7 +960,7 @@ XML_Descriptors = { -- them until we have to. -- ]] -- -- https://github.com/MaximumADHD/Roblox-Client-Tracker/blob/roblox/LuaPackages/Packages/_Index/ApolloClientTesting/ApolloClientTesting/utilities/common/makeUniqueId.lua#L62 - -- return "" + -- return raw -- seems to be string type by default -- end, Vector2 = function(raw) @@ -1371,7 +1371,7 @@ do local API_Dump local ok, err = pcall(function() - if EXECUTOR_NAME == "Zenith" or EXECUTOR_NAME == "Velocity" then -- TODO Temp fix as it crashes on HttpGet for sites that return 403 code + if EXECUTOR_NAME == "Velocity" then -- TODO Temp fix as it crashes on HttpGet for sites that return 403 code return end