Updated the address of the remote sql database which is used storing

highscores
This commit is contained in:
Pan 2022-12-30 13:57:18 +13:00
parent c6d0e69fe7
commit b61b459f4d

View File

@ -33,9 +33,7 @@ public class highscoreManager implements Runnable{
// TODO Auto-generated method stub // TODO Auto-generated method stub
while(true) { while(true) {
if(counter == 0) { if(counter == 0) {
status = idle;
status = idle;
} }
if(status == idle) { if(status == idle) {