Enable ClientTicket

This commit is contained in:
I-Have-An-Issue 2023-03-03 21:39:51 -05:00
parent 1d01d17b0c
commit f4e6b4a0fb
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ if baseUrl~=nil then
game:GetService("InsertService"):SetAssetVersionUrl(baseUrl .. "/Asset/?assetversionid=%d")
pcall(function() loadfile(baseUrl .. "/Game/LoadPlaceInfo.ashx?PlaceId=" .. placeId)() end)
pcall(function() game:GetService("NetworkServer"):SetIsPlayerAuthenticationRequired(true) end)
end
settings().Diagnostics.LuaRamLimit = 0