location stuff

This commit is contained in:
Sem van der Hoeven
2021-01-05 12:13:42 +01:00
parent e8af38981f
commit f5f077db0f
3 changed files with 59 additions and 29 deletions

View File

@@ -131,11 +131,11 @@ public enum ApiHandler {
t.start();
// try {
// t.join();
// } catch (InterruptedException e) {
// e.printStackTrace();
// }
try {
t.join();
} catch (InterruptedException e) {
e.printStackTrace();
}
}