mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26: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
|
* @author Empire92
|
||||||
* for PlotSquared.
|
* for PlotSquared.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class UUIDHandler {
|
public class UUIDHandler {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -286,7 +287,6 @@ public class UUIDHandler {
|
|||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
public static void handleSaving() {
|
public static void handleSaving() {
|
||||||
final UUIDSaver saver = PlotMain.getUUIDSaver();
|
final UUIDSaver saver = PlotMain.getUUIDSaver();
|
||||||
// Should it save per UUIDSet or all of them? TODO: Let Jesse decide xD
|
|
||||||
saver.globalSave(getUuidMap());
|
saver.globalSave(getUuidMap());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,9 +29,6 @@ public class Clear extends SubCommand {
|
|||||||
|
|
||||||
public Clear() {
|
public Clear() {
|
||||||
super(Command.CLEAR, "Clear a plot", "clear", CommandCategory.ACTIONS, false);
|
super(Command.CLEAR, "Clear a plot", "clear", CommandCategory.ACTIONS, false);
|
||||||
|
|
||||||
// TODO console clear plot at location
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -34,9 +34,6 @@ public class Reload extends SubCommand {
|
|||||||
|
|
||||||
public Reload() {
|
public Reload() {
|
||||||
super("reload", "plots.admin", "Reload configurations", "", "reload", CommandCategory.INFO, false);
|
super("reload", "plots.admin", "Reload configurations", "", "reload", CommandCategory.INFO, false);
|
||||||
|
|
||||||
// TODO reload worlds as well
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user