Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-25 15:50:14 +01:00
Some small changes
Dieser Commit ist enthalten in:
Ursprung
01492647fc
Commit
ab8ce77cf0
@ -27,7 +27,8 @@
|
|||||||
package org.geysermc.floodgate.util;
|
package org.geysermc.floodgate.util;
|
||||||
|
|
||||||
public enum UiProfile {
|
public enum UiProfile {
|
||||||
CLASSIC, POCKET;
|
CLASSIC,
|
||||||
|
POCKET;
|
||||||
|
|
||||||
private static final UiProfile[] VALUES = values();
|
private static final UiProfile[] VALUES = values();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren