Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 08:10:11 +01:00
Merge pull request #203 from GeyserMC/feature/floodgate-xbox_one
Added the Xbox One as DeviceOS
Dieser Commit ist enthalten in:
Commit
358d5f444f
@ -42,7 +42,8 @@ public enum DeviceOS {
|
|||||||
DEDICATED,
|
DEDICATED,
|
||||||
ORBIS,
|
ORBIS,
|
||||||
NX,
|
NX,
|
||||||
SWITCH;
|
SWITCH,
|
||||||
|
XBOX_ONE;
|
||||||
|
|
||||||
private static final DeviceOS[] VALUES = values();
|
private static final DeviceOS[] VALUES = values();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren