forked from Upstream/Velocitab
Fix wrong access modifier
This commit is contained in:
parent
3d3f3a3bfa
commit
7eb8f2dbd1
@ -54,19 +54,19 @@ public class PlayerAddedToTabEvent {
|
|||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Deprecated(forRemoval = true)
|
@Deprecated(forRemoval = true)
|
||||||
private TabPlayer player() {
|
public TabPlayer player() {
|
||||||
return this.player;
|
return this.player;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Deprecated(forRemoval = true)
|
@Deprecated(forRemoval = true)
|
||||||
private String group() {
|
public String group() {
|
||||||
return this.group;
|
return this.group;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Deprecated(forRemoval = true)
|
@Deprecated(forRemoval = true)
|
||||||
private List<String> groupServers() {
|
public List<String> groupServers() {
|
||||||
return this.groupServers;
|
return this.groupServers;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user