mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Rename HYBRID AuthType back to FLOODGATE
This commit is contained in:
parent
43f23674d6
commit
f2e606c0f3
10 changed files with 17 additions and 17 deletions
|
@ -28,7 +28,7 @@ package org.geysermc.geyser.api.network;
|
|||
public enum AuthType {
|
||||
OFFLINE,
|
||||
ONLINE,
|
||||
HYBRID;
|
||||
FLOODGATE;
|
||||
|
||||
public static final AuthType[] VALUES = values();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue