tweaks + sounds

This commit is contained in:
Failure 2024-11-17 16:50:19 -08:00
parent 729ccebb2a
commit bcbb37e90c
13 changed files with 3 additions and 3 deletions

View file

@ -287,7 +287,6 @@ public class Session {
body.addProperty("accountName", userName);
String json = body.toString();
System.out.println(json);
URL url = new URL(managerFactory.configSettings().getAuthUrl());
HttpURLConnection conn = (HttpURLConnection) url.openConnection();