mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
Remove Windows version number from UWP. (#3339)
This commit is contained in:
parent
97ec5fec33
commit
f4b810534b
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ public enum BedrockPlatform {
|
||||||
AMAZON("Amazon"),
|
AMAZON("Amazon"),
|
||||||
GEARVR("Gear VR"),
|
GEARVR("Gear VR"),
|
||||||
HOLOLENS("Hololens"),
|
HOLOLENS("Hololens"),
|
||||||
UWP("Windows 10"),
|
UWP("Windows"),
|
||||||
WIN32("Windows x86"),
|
WIN32("Windows x86"),
|
||||||
DEDICATED("Dedicated"),
|
DEDICATED("Dedicated"),
|
||||||
TVOS("Apple TV"),
|
TVOS("Apple TV"),
|
||||||
|
|
|
@ -40,7 +40,7 @@ public enum DeviceOs {
|
||||||
AMAZON("Amazon"),
|
AMAZON("Amazon"),
|
||||||
GEARVR("Gear VR"),
|
GEARVR("Gear VR"),
|
||||||
HOLOLENS("Hololens"),
|
HOLOLENS("Hololens"),
|
||||||
UWP("Windows 10"),
|
UWP("Windows"),
|
||||||
WIN32("Windows x86"),
|
WIN32("Windows x86"),
|
||||||
DEDICATED("Dedicated"),
|
DEDICATED("Dedicated"),
|
||||||
TVOS("Apple TV"),
|
TVOS("Apple TV"),
|
||||||
|
|
Loading…
Reference in a new issue