1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 16:29:25 +00:00

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