Rename the class in Player.js to Player (#202)
This commit is contained in:
parent
2eaa3ee88b
commit
ff7cc0e832
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const colors = require('../misc/icons/colors.json');
|
||||
|
||||
class Level {
|
||||
class Player {
|
||||
constructor(account) {
|
||||
this.username = account[1] || "-",
|
||||
this.playerID = account[2],
|
||||
|
@ -50,4 +50,4 @@ class Level {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = Level;
|
||||
module.exports = Player;
|
||||
|
|
Loading…
Reference in a new issue