Skip to content

Commit 10671e3

Browse files
committed
Update Player.js
1 parent 91ec7d3 commit 10671e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/structures/Player.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class Player {
235235
turbokartracers: data.stats.GingerBread ? new TurboKartRacers(data.stats.GingerBread) : null,
236236
walls: data.stats.Walls ? new Walls(data.stats.Walls) : null,
237237
warlords: data.stats.Battleground ? new Warlords(data.stats.Battleground) : null,
238+
woolwars: data.stats.WoolGames ? new WoolWars(data.stats.WoolGames) : null,
238239
pit: null
239240
}
240241
: null;

0 commit comments

Comments
 (0)