3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-08-01 01:58:07 +02:00

Add deprecated annotaiton so gradle stops complaining

Dieser Commit ist enthalten in:
RednedEpic 2022-03-19 23:24:57 -05:00
Ursprung 3e8863ccf3
Commit b26879f76c

Datei anzeigen

@ -33,6 +33,7 @@ import java.util.UUID;
*
* @deprecated legacy code
*/
@Deprecated
public class AuthData {
private final org.geysermc.geyser.session.auth.AuthData handle;