Some small changes

This commit is contained in:
Tim203 2021-06-06 01:05:22 +02:00
parent 01492647fc
commit ab8ce77cf0
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
package org.geysermc.floodgate.util;
public enum UiProfile {
CLASSIC, POCKET;
CLASSIC,
POCKET;
private static final UiProfile[] VALUES = values();