From eb17ad3b330ec7063202491c776bbe9f99d1d4f3 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 14 Nov 2022 00:53:37 +0100 Subject: [PATCH] feat: change ox inventory config to nd --- server/main.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/main.lua b/server/main.lua index 0c66361..972c378 100644 --- a/server/main.lua +++ b/server/main.lua @@ -22,3 +22,7 @@ CreateThread(function() end end end) + +if GetExport("ox_inventory") then + SetConvarReplicated("inventory:framework", "nd") +end \ No newline at end of file