change default StartingInventoryItem to false

This commit is contained in:
Gellipapa
2023-07-17 21:12:59 +02:00
committed by GitHub
parent 38cddafdeb
commit a6ad55a1e1
+1 -3
View File
@@ -18,9 +18,7 @@ Config.Accounts = {
Config.StartingAccountMoney = { bank = 50000 }
Config.StartingInventoryItems = { -- table/false
["water"] = 1,
}
Config.StartingInventoryItems = false -- table/false
Config.DefaultSpawns = { -- If you want to have more spawn positions and select them randomly uncomment commented code or add more locations
{ x = 222.2027, y = -864.0162, z = 30.2922, heading = 1.0 },