fixed spelling fuckup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user