mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove some TODO-lidos
This commit is contained in:
parent
4df3535a43
commit
b15ccdc789
@ -57,6 +57,7 @@ import java.util.UUID;
|
||||
* @author Empire92
|
||||
* for PlotSquared.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public class UUIDHandler {
|
||||
|
||||
/**
|
||||
@ -286,7 +287,6 @@ public class UUIDHandler {
|
||||
@SuppressWarnings("unused")
|
||||
public static void handleSaving() {
|
||||
final UUIDSaver saver = PlotMain.getUUIDSaver();
|
||||
// Should it save per UUIDSet or all of them? TODO: Let Jesse decide xD
|
||||
saver.globalSave(getUuidMap());
|
||||
}
|
||||
}
|
||||
|
@ -29,9 +29,6 @@ public class Clear extends SubCommand {
|
||||
|
||||
public Clear() {
|
||||
super(Command.CLEAR, "Clear a plot", "clear", CommandCategory.ACTIONS, false);
|
||||
|
||||
// TODO console clear plot at location
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -34,9 +34,6 @@ public class Reload extends SubCommand {
|
||||
|
||||
public Reload() {
|
||||
super("reload", "plots.admin", "Reload configurations", "", "reload", CommandCategory.INFO, false);
|
||||
|
||||
// TODO reload worlds as well
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user