Skip to content

Commit

Permalink
Merge pull request #28 from TMC-Software/TCBv5-hotfix
Browse files Browse the repository at this point in the history
v5 Hotfix
  • Loading branch information
Aisuruneko authored Mar 10, 2022
2 parents d1cec02 + 3fd28cc commit df16e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/cfg/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const app = {
createUser: async function(id) {
const userSetting = await app.DBs.userSettings.create({
userID: id,
prefix: "tB/",
prefix: app.config.system.defaultPrefix,
language: "English",
acceptedEULA: false,
executedCommands: 0,
Expand Down Expand Up @@ -590,4 +590,4 @@ const app = {
]
}

module.exports = app;
module.exports = app;

0 comments on commit df16e2c

Please sign in to comment.