Skip to content

Commit

Permalink
Merge pull request #487 from CactusPuppy/fix-slot-vanilla
Browse files Browse the repository at this point in the history
Correctly parse and emit vanilla player slot selector
  • Loading branch information
CactusPuppy authored May 29, 2024
2 parents 4f8b7e5 + 04749c1 commit 5bf120d
Showing 1 changed file with 48 additions and 12 deletions.
60 changes: 48 additions & 12 deletions Deltinteger/Deltinteger/Elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -6586,18 +6586,54 @@
"hidden": true,
"members": [
"All",
"Slot0",
"Slot1",
"Slot2",
"Slot3",
"Slot4",
"Slot5",
"Slot6",
"Slot7",
"Slot8",
"Slot9",
"Slot10",
"Slot11",
{
"name": "Slot 0",
"alias": "Slot0"
},
{
"name": "Slot 1",
"alias": "Slot1"
},
{
"name": "Slot 2",
"alias": "Slot2"
},
{
"name": "Slot 3",
"alias": "Slot3"
},
{
"name": "Slot 4",
"alias": "Slot4"
},
{
"name": "Slot 5",
"alias": "Slot5"
},
{
"name": "Slot 6",
"alias": "Slot6"
},
{
"name": "Slot 7",
"alias": "Slot7"
},
{
"name": "Slot 8",
"alias": "Slot8"
},
{
"name": "Slot 9",
"alias": "Slot9"
},
{
"name": "Slot 10",
"alias": "Slot10"
},
{
"name": "Slot 11",
"alias": "Slot11"
},
"Reaper",
"Tracer",
"Mercy",
Expand Down

0 comments on commit 5bf120d

Please sign in to comment.