fun: sword defaults

This commit is contained in:
cha0s 2024-07-25 15:31:44 -05:00
parent adcdc81423
commit 123c95ca1c

View File

@ -50,7 +50,7 @@ export default async function createPlayer(id) {
Ticking: {},
VisibleAabb: {},
Wielder: {
activeSlot: 0,
activeSlot: 1,
},
};
return player;