From fbf5a361675a4387aa0746c9b0ca3703baa2e6c4 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:18:52 +1000 Subject: [PATCH] test --- public/game/gameserver.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/game/gameserver.php b/public/game/gameserver.php index 64b361c..22c5100 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -64,10 +64,11 @@ local badgeUrlFlagExists, badgeUrlFlagValue = pcall(function () return settings( local newBadgeUrlEnabled = badgeUrlFlagExists and badgeUrlFlagValue if url~=nil then local url = "http://www.morblox.us" + local robloxurl = "http://www.roblox.com" 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