Skip to content

Commit

Permalink
Added ranked and mega stats (slothpixel#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMysterys authored and ChristianDobbie committed Jan 10, 2022
1 parent c84b08d commit ba2ff84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processors/games/SkyWars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ module.exports = ({
'lab(?!_solo|_team)': 'lab',
lab_solo: 'lab_solo',
lab_team: 'lab_team',
mega_normal: 'mega_normal',
mega_doubles: 'mega_doubles',
ranked: 'ranked'
};
Object.keys(betterModeNames).forEach((name) => {
gamemodes[betterModeNames[name]] = getModeStats(new RegExp(`_${name}$`));
Expand Down

0 comments on commit ba2ff84

Please sign in to comment.