Rename HYBRID AuthType back to FLOODGATE

This commit is contained in:
RednedEpic 2022-04-24 11:42:17 -05:00
parent 43f23674d6
commit f2e606c0f3
10 changed files with 17 additions and 17 deletions

View file

@ -28,7 +28,7 @@ package org.geysermc.geyser.api.network;
public enum AuthType {
OFFLINE,
ONLINE,
HYBRID;
FLOODGATE;
public static final AuthType[] VALUES = values();