Remove unecessary getter

This commit is contained in:
RednedEpic 2022-03-19 22:00:04 -05:00
parent 9939a26a5b
commit f78ba8fb4c
1 changed files with 0 additions and 3 deletions

View File

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