We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ec7d3 commit 10671e3Copy full SHA for 10671e3
src/structures/Player.js
@@ -235,6 +235,7 @@ class Player {
235
turbokartracers: data.stats.GingerBread ? new TurboKartRacers(data.stats.GingerBread) : null,
236
walls: data.stats.Walls ? new Walls(data.stats.Walls) : null,
237
warlords: data.stats.Battleground ? new Warlords(data.stats.Battleground) : null,
238
+ woolwars: data.stats.WoolGames ? new WoolWars(data.stats.WoolGames) : null,
239
pit: null
240
}
241
: null;
0 commit comments