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

This commit is contained in:
Lee 2024-07-06 05:08:55 +01:00
parent 190c41ba90
commit fe2e19f953
2 changed files with 3 additions and 3 deletions

@ -6,7 +6,7 @@
<groupId>xyz.mcutils</groupId>
<artifactId>mcutils-java-library</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>

@ -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.
*/