mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-27 02:21:30 +01:00
Removed WorldTable#getWorlds() - not used
This commit is contained in:
parent
02a3a0a58a
commit
b3d9efc502
@ -74,10 +74,6 @@ public class WorldTable extends Table {
|
||||
.toString();
|
||||
}
|
||||
|
||||
public List<String> getWorlds() {
|
||||
return getWorlds(getServerUUID());
|
||||
}
|
||||
|
||||
public List<String> getWorlds(UUID serverUUID) {
|
||||
String sql = "SELECT * FROM " + tableName +
|
||||
" WHERE " + SERVER_UUID + "=?";
|
||||
|
Loading…
Reference in New Issue
Block a user