From 82599e3df8e9ad0892a7e03cd6fa149c92fd10af Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Sun, 19 Mar 2023 16:40:22 -0400 Subject: [PATCH] KILL JACKD --- src/lua/gameserver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/gameserver.lua b/src/lua/gameserver.lua index addb153..418943e 100644 --- a/src/lua/gameserver.lua +++ b/src/lua/gameserver.lua @@ -85,7 +85,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) + pcall(function() game:GetService("NetworkServer"):SetIsPlayerAuthenticationRequired(true) end) end settings().Diagnostics.LuaRamLimit = 0