mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-23 07:16:39 +01:00
Add deprecated annotaiton so gradle stops complaining
This commit is contained in:
parent
3e8863ccf3
commit
b26879f76c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ import java.util.UUID;
|
|||
*
|
||||
* @deprecated legacy code
|
||||
*/
|
||||
@Deprecated
|
||||
public class AuthData {
|
||||
private final org.geysermc.geyser.session.auth.AuthData handle;
|
||||
|
||||
|
|
Loading…
Reference in a new issue