Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
iznaut committed Nov 24, 2024
1 parent f465bbd commit 0bc1ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports.dbGetPlayerName = async (uid) => {
return result.rows[0].display_name
} catch (err) {
console.log(err)
return "MISSINGNO"
return exports.generateDisplayName()
}
}

Expand Down

0 comments on commit 0bc1ff7

Please sign in to comment.