this wasnt supposed to be here

This commit is contained in:
2025-11-11 13:46:19 -05:00
parent 1bb204883c
commit 842e834eb1

View File

@@ -31,7 +31,7 @@ module.exports = async (client, torn, config) => {
let crimes = { let crimes = {
difficulty: [] difficulty: []
}; };
for (let i = 1; i <= state.factionMaxCrime; i++) { for (let i = 1; i <= factionMaxCrime; i++) {
crimes.difficulty.push({ crimes.difficulty.push({
name: `${i}/10`, name: `${i}/10`,
count: 0 count: 0