This commit is contained in:
Thomas G 2022-07-11 03:18:52 +10:00
parent 5025ca8cdd
commit fbf5a36167
1 changed files with 2 additions and 1 deletions

View File

@ -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