Merge pull request #203 from GeyserMC/feature/floodgate-xbox_one

Added the Xbox One as DeviceOS
This commit is contained in:
EOT3000 2020-03-13 14:28:00 -04:00 committed by GitHub
commit 358d5f444f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ public enum DeviceOS {
DEDICATED,
ORBIS,
NX,
SWITCH;
SWITCH,
XBOX_ONE;
private static final DeviceOS[] VALUES = values();