Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Add Windows Phone in DeviceOS (Fixes #520)
Dieser Commit ist enthalten in:
Ursprung
d2a18f8fd5
Commit
cf63098864
@ -43,7 +43,8 @@ public enum DeviceOS {
|
||||
ORBIS("PS4"),
|
||||
NX("Switch"),
|
||||
SWITCH("Switch"),
|
||||
XBOX_ONE("Xbox One");
|
||||
XBOX_ONE("Xbox One"),
|
||||
WIN_PHONE("Windows Phone");
|
||||
|
||||
private static final DeviceOS[] VALUES = values();
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren