From 8e234cf0b6a6d2ef7bcc3187fa64ea1c92f2ab45 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:23:25 +1000 Subject: [PATCH] Update gameserver.php --- public/game/gameserver.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/game/gameserver.php b/public/game/gameserver.php index 8226e39..22c5100 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -68,7 +68,7 @@ if url~=nil then pcall(function() game:GetService("Players"):SetAbuseReportUrl(url .. "/AbuseReport/InGameChatHandler.ashx") end) pcall(function() game:GetService("ScriptInformationProvider"):SetAssetUrl(url .. "/Asset/") end) - pcall(function() game:GetService("ContentProvider"):SetBaseUrl(url .. "/") end) + pcall(function() game:GetService("ContentProvider"):SetBaseUrl(robloxurl .. "/") end) pcall(function() game:GetService("Players"):SetChatFilterUrl(url .. "/Game/ChatFilter.ashx") end) if gameCode then @@ -100,8 +100,8 @@ if url~=nil then game:GetService("InsertService"):SetBaseSetsUrl(url .. "/Game/Tools/InsertAsset.ashx?nsets=10&type=base") game:GetService("InsertService"):SetUserSetsUrl(url .. "/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") game:GetService("InsertService"):SetCollectionUrl(url .. "/Game/Tools/InsertAsset.ashx?sid=%d") - game:GetService("InsertService"):SetAssetUrl(robloxurl .. "/Asset/?id=%d") - game:GetService("InsertService"):SetAssetVersionUrl(robloxurl .. "/Asset/?assetversionid=%d") + game:GetService("InsertService"):SetAssetUrl(url .. "/Asset/?id=%d") + game:GetService("InsertService"):SetAssetVersionUrl(url .. "/Asset/?assetversionid=%d") pcall(function() loadfile(url .. "/Game/LoadPlaceInfo.ashx?PlaceId=" .. placeId)() end)