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:
@@ -28,7 +28,7 @@ package org.geysermc.geyser.api.network;
|
||||
public enum AuthType {
|
||||
OFFLINE,
|
||||
ONLINE,
|
||||
HYBRID;
|
||||
FLOODGATE;
|
||||
|
||||
public static final AuthType[] VALUES = values();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user