Skip to content

Commit 5bf120d

Browse files
authored
Merge pull request #487 from CactusPuppy/fix-slot-vanilla
Correctly parse and emit vanilla player slot selector
2 parents 4f8b7e5 + 04749c1 commit 5bf120d

File tree

1 file changed

+48
-12
lines changed

1 file changed

+48
-12
lines changed

Deltinteger/Deltinteger/Elements.json

+48-12
Original file line numberDiff line numberDiff line change
@@ -6586,18 +6586,54 @@
65866586
"hidden": true,
65876587
"members": [
65886588
"All",
6589-
"Slot0",
6590-
"Slot1",
6591-
"Slot2",
6592-
"Slot3",
6593-
"Slot4",
6594-
"Slot5",
6595-
"Slot6",
6596-
"Slot7",
6597-
"Slot8",
6598-
"Slot9",
6599-
"Slot10",
6600-
"Slot11",
6589+
{
6590+
"name": "Slot 0",
6591+
"alias": "Slot0"
6592+
},
6593+
{
6594+
"name": "Slot 1",
6595+
"alias": "Slot1"
6596+
},
6597+
{
6598+
"name": "Slot 2",
6599+
"alias": "Slot2"
6600+
},
6601+
{
6602+
"name": "Slot 3",
6603+
"alias": "Slot3"
6604+
},
6605+
{
6606+
"name": "Slot 4",
6607+
"alias": "Slot4"
6608+
},
6609+
{
6610+
"name": "Slot 5",
6611+
"alias": "Slot5"
6612+
},
6613+
{
6614+
"name": "Slot 6",
6615+
"alias": "Slot6"
6616+
},
6617+
{
6618+
"name": "Slot 7",
6619+
"alias": "Slot7"
6620+
},
6621+
{
6622+
"name": "Slot 8",
6623+
"alias": "Slot8"
6624+
},
6625+
{
6626+
"name": "Slot 9",
6627+
"alias": "Slot9"
6628+
},
6629+
{
6630+
"name": "Slot 10",
6631+
"alias": "Slot10"
6632+
},
6633+
{
6634+
"name": "Slot 11",
6635+
"alias": "Slot11"
6636+
},
66016637
"Reaper",
66026638
"Tracer",
66036639
"Mercy",

0 commit comments

Comments
 (0)