Skip to content
Snippets Groups Projects
Verified Commit c8c36c0e authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

fix: Use correct server url

parent cafeb182
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ public class Main { ...@@ -6,7 +6,7 @@ public class Main {
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
HackatronWrapper client = new HackatronWrapper( HackatronWrapper client = new HackatronWrapper(
"hackatron.de", "game.hackatron.de",
4000, 4000,
new HackatronClient()); new HackatronClient());
client.run(); client.run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment