debug and combat log detection

This commit is contained in:
SowinskiBraeden committed 2023-03-21 11:57:37 -07:00
1 parent dc00e964af
commit 9f64c37023
8 files changed
+125 -13

No files matched your search

-2
View File
@@ -15,8 +15,6 @@ userSchema.methods.createUser = function (userID, guildID, startingBalance, cash
balance: startingBalance,
cash: cash,
},
faction: "",
gamertag: ""
};
};