From bede59e504b3b9e3804675bacb10be5313994b58 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:33:23 +1000 Subject: [PATCH] Update gameserver.php --- public/game/gameserver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/game/gameserver.php b/public/game/gameserver.php index fe20bb7..7947d4f 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -33,7 +33,7 @@ for i, v in pairs(GetDescendants(game)) do if v[property] and not v:FindFirstChild(property) then --Check for property, make sure we're not getting a child instead of a property assetText = string.lower(v[property]) for _, variation in pairs(variations) do - v[property], matches = string.gsub(assetText, variation, "http://www%.morblox%.us/asset/%?id=") + v[property], matches = string.gsub(assetText, variation, "http://www%.roblox%.com/asset/%?id=") if matches > 0 then replacedProperties = replacedProperties + 1 print("Replaced " .. property .. " asset link for " .. v.Name)