fixed spelling fuckup

This commit is contained in:
Gæmer
2025-05-15 01:33:54 +02:00
parent 5d1fe3748e
commit 91a3286a5d

View File

@@ -173,7 +173,7 @@ public class SQLiteDatabaseManager implements DatabaseManager {
}
public String top(String uuid, int page){
String sql = "SELECT uuid, name, money FROM curency ORDER BY money DESC";
String sql = "SELECT uuid, name, money FROM currency ORDER BY money DESC";
String rankings = "";
int i = 0;
int playerRank = 0;