From b61b459f4daa17079599aa71c780ed60336281da Mon Sep 17 00:00:00 2001
From: Pan
Date: Fri, 30 Dec 2022 13:57:18 +1300
Subject: [PATCH] Updated the address of the remote sql database which is used
storing highscores
---
core/highscoreManager.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/core/highscoreManager.java b/core/highscoreManager.java
index f5f79da..9db6049 100644
--- a/core/highscoreManager.java
+++ b/core/highscoreManager.java
@@ -33,9 +33,7 @@ public class highscoreManager implements Runnable{
// TODO Auto-generated method stub
while(true) {
if(counter == 0) {
-
- status = idle;
-
+ status = idle;
}
if(status == idle) {