refactor/quality of life better param names for getDefaultPlayer
This commit is contained in:
2 files changed
+5
-5
No files matched your search
+4
-4
@@ -40,13 +40,13 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
getDefaultPlayer(gt, pID, NSID) {
|
||||
getDefaultPlayer(gamertag, playerId, nitradoServerId) {
|
||||
return {
|
||||
// Identifiers
|
||||
gamertag: gt,
|
||||
playerID: pID,
|
||||
gamertag: gamertag,
|
||||
playerID: playerId,
|
||||
discordID: "",
|
||||
nitradoServerID: NSID,
|
||||
nitradoServerID: nitradoServerId,
|
||||
|
||||
// General PVP Stats
|
||||
KDR: 0.00,
|
||||
|
||||
Reference in new issue
Block a user