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