7 lines
202 B
Lua
7 lines
202 B
Lua
|
|
return {
|
||
|
|
apartmentStash = {
|
||
|
|
slots = 50,
|
||
|
|
maxWeight = 150000
|
||
|
|
},
|
||
|
|
discordWebhook = nil, -- Replace nil with your webhook if you chose to use discord logging over ox_lib logging
|
||
|
|
}
|