Skip to content

Commit 21571af

Browse files
committed
Some stupid updates..
1 parent d79e308 commit 21571af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/low/citory/ExampleUsage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ public final class ExampleUsage {
77

88
private static final Logger LOGGER = LoggerFactory.getLogger(ExampleUsage.class);
99

10-
private static final String testIP = "mc.hypixel.net";
11-
private static final int testPORT = 25565;
10+
private static final String testIP = "saturn.minecraft-hosting.net";
11+
private static final int testPORT = 25398;
1212

1313
public static void main(String[] args) {
1414
String serverIP;

0 commit comments

Comments
 (0)