added coords

This commit is contained in:
2026-07-11 19:07:41 +02:00
parent a2d8780238
commit bf0fdb2b98
3 changed files with 32 additions and 3 deletions
@@ -22,7 +22,7 @@ public class PlaytimeTracker {
//ticks zu backend schicken
private static final String BACKEND_URL =
"http://127.0.0.1:5000/api/heartbeat";
"http://62.116.42.223:25501/api/heartbeat";
private static final HttpClient HTTP =
HttpClient.newBuilder()
@@ -87,7 +87,7 @@ public class PlaytimeTracker {
//playtime vom server holen
private static final String PLAYTIME_URL =
"http://localhost:5000/api/player/%s/playtime";
"http://62.116.42.223:25501/api/player/%s/playtime";
public static void getPlaytime() {