From 7232c2531c3f2b376e6673e91c354c5038e31cbc Mon Sep 17 00:00:00 2001 From: Sisyphus <114317252+xSisyphusx@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:48:31 -0700 Subject: [PATCH] Update README.md (Capitalization issues) Table calling nil on length as the table is capitalized. The table should be as shown below: `apartmentOptions` instead of `ApartmentOptions` RegisterNetEvent('apartments:client:setupSpawnUI', function() if #sharedConfig.apartmentOptions == 1 then --- README - INSTALL INSTRUCTIONS/QBOX/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README - INSTALL INSTRUCTIONS/QBOX/README.md b/README - INSTALL INSTRUCTIONS/QBOX/README.md index 4ee65c4..3027c2e 100644 --- a/README - INSTALL INSTRUCTIONS/QBOX/README.md +++ b/README - INSTALL INSTRUCTIONS/QBOX/README.md @@ -299,7 +299,7 @@ end head to qbx_properties/config/shared.lua and replace this table with this ```lua -ApartmentOptions = { +apartmentOptions = { { interior = 'DellPerroHeightsApt4', label = 'Fantastic Plaza',