Skip to content

Commit

Permalink
Update an Xbox name
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 21, 2024
1 parent 664df1c commit 78eb9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ if (plugin) {
else if (platform === Platform.Switch) {
backend = 'Switch';
}
else if (platform === Platform.XboxScarlett) {
else if (platform === Platform.XboxSeries) {
backend = 'Xbox';
}
else if (platform === Platform.PS5) {
Expand Down

0 comments on commit 78eb9e7

Please sign in to comment.