PlayerPoints
PlayerPoints copied to clipboard
SQL Expression Error of GET_PLAYERS
source code protected String GET_PLAYERS = "SELECT %s FROM playerpoints;"; it should be protected String GET_PLAYERS = "SELECT playername FROM %s;";