Skip to content

Commit

Permalink
Disable loot overlay for now on default installations due to #8
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Dec 24, 2024
1 parent d71f8c0 commit a778e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//Enables debug logging
"debug": false,
//Allows the loot generator to pick multiple of the same spawnpoints so that loot can spawn on top of one another.
"allowLootOverlay": true,
"allowLootOverlay": false,
//Removes backpack restrictions, allowing you to pick itmes like the T H I C C item case that you might find in raid.
"removeBackpackRestrictions": true,
//Disables the BSG flea blacklist
Expand Down

0 comments on commit a778e53

Please sign in to comment.