Skip to content

Commit

Permalink
Update incorrect values in .uplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranChandler authored Aug 22, 2023
1 parent 9311b51 commit fcd5ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BLUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"CreatedByURL": "github.com/aaronShea",
"DocsURL": "https://github.com/getnamo/BLUI",
"EnabledByDefault" : true,
"CanContainContent": "true",
"CanContainContent": true,
"Modules":
[
{
"Name" : "BluLoader",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"BlacklistPlatforms" : ["Android", "iOS"]
"BlacklistPlatforms" : ["Android", "IOS"]
},
{
"Name": "Blu",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": ["Android", "iOS" ]
"BlacklistPlatforms": ["Android", "IOS" ]
}
]
}

0 comments on commit fcd5ae6

Please sign in to comment.