From 4b20c021518029857ebff88ae1b15d9e76505b67 Mon Sep 17 00:00:00 2001 From: Robin <59572199+Kaiwoknats@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:03:18 +0200 Subject: [PATCH] Update client.md (#18) Removed old comments cause not valid anymore --- docs/articles/client.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/articles/client.md b/docs/articles/client.md index 2c6091c3e..f1d96b00a 100644 --- a/docs/articles/client.md +++ b/docs/articles/client.md @@ -1,17 +1,9 @@ # Client-side C# module -Until the C# client-side module is publicly released in order to use it you need to: -* Have debug enabled (`debug: true` in altv.toml) -* Have sandboxing disabled (`disableRestrictedSandbox: true` in altv.toml) - -> [!CAUTION] -> Beware that disabled sandboxing gives server a full access to your personal data.
-> Only join your own servers with sandboxing disabled. - You need the following requirements to develop resources for the c# module: * Latest [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0). ## Next steps -Check out [Create resource](getting-started/create-resource.md) to create a C# client resource \ No newline at end of file +Check out [Create resource](getting-started/create-resource.md) to create a C# client resource