oopsie
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 18s
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 18s
This commit is contained in:
@ -45,7 +45,7 @@ public class MinecraftServer {
|
||||
private GeoLocation location;
|
||||
|
||||
@Getter
|
||||
private static class MOTD {
|
||||
public static class MOTD {
|
||||
|
||||
/**
|
||||
* The raw motd lines
|
||||
@ -72,7 +72,7 @@ public class MinecraftServer {
|
||||
* Player count data for a server.
|
||||
*/
|
||||
@Getter
|
||||
private static class Players {
|
||||
public static class Players {
|
||||
/**
|
||||
* The online players on this server.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user