Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Fix typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjlintkh committed Feb 25, 2022
1 parent 969a015 commit c0fdad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class LXL_Player {
try {
uuid = player.getCertificate().getIdentityString();
} catch {
logger.debug("Fail in getXuid!");
logger.debug("Fail in getUuid!");
const res = playerDB.run(`SELECT UUID FROM player WHERE NAME = ?`, [LlAPI.Player.getRealName(player)]);
if (res.length) {
uuid = res[0].UUID;
Expand Down

0 comments on commit c0fdad1

Please sign in to comment.