1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 11:49:16 +00: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,