Skip to content

Commit df16e2c

Browse files
authored
Merge pull request #28 from TMC-Software/TCBv5-hotfix
v5 Hotfix
2 parents d1cec02 + 3fd28cc commit df16e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/cfg/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const app = {
165165
createUser: async function(id) {
166166
const userSetting = await app.DBs.userSettings.create({
167167
userID: id,
168-
prefix: "tB/",
168+
prefix: app.config.system.defaultPrefix,
169169
language: "English",
170170
acceptedEULA: false,
171171
executedCommands: 0,
@@ -590,4 +590,4 @@ const app = {
590590
]
591591
}
592592

593-
module.exports = app;
593+
module.exports = app;

0 commit comments

Comments
 (0)