1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-26 00:27:03 +01:00

Remove unecessary getter

This commit is contained in:
RednedEpic 2022-03-19 22:00:04 -05:00
parent 9939a26a5b
commit f78ba8fb4c

View file

@ -25,9 +25,6 @@
package org.geysermc.geyser.api.network;
import lombok.Getter;
@Getter
public enum AuthType {
OFFLINE,
ONLINE,