1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 08:19:20 +00:00

Some small changes

This commit is contained in:
Tim203
2021-06-06 01:05:22 +02:00
parent 01492647fc
commit ab8ce77cf0

View File

@@ -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();