mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
Some small changes
This commit is contained in:
parent
01492647fc
commit
ab8ce77cf0
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
package org.geysermc.floodgate.util;
|
||||
|
||||
public enum UiProfile {
|
||||
CLASSIC, POCKET;
|
||||
CLASSIC,
|
||||
POCKET;
|
||||
|
||||
private static final UiProfile[] VALUES = values();
|
||||
|
||||
|
|
Loading…
Reference in a new issue