mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-17 06:48:14 +01:00
Remove unecessary getter
This commit is contained in:
parent
9939a26a5b
commit
f78ba8fb4c
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@
|
||||||
|
|
||||||
package org.geysermc.geyser.api.network;
|
package org.geysermc.geyser.api.network;
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
public enum AuthType {
|
public enum AuthType {
|
||||||
OFFLINE,
|
OFFLINE,
|
||||||
ONLINE,
|
ONLINE,
|
||||||
|
|
Loading…
Reference in a new issue