mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-22 16:29:25 +00:00
Some small changes
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user