this wasnt supposed to be here
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user