Temporary Fix to Commands
Temporarily patched up CommandDeleteAllLinks, CommandDeleteDimensionData, and CommandDeleteRifts so they'll compile. I'll be fixing some things for Steven and I'll come back to those classes to finish overhauling them.
This commit is contained in:
@@ -15,7 +15,7 @@ public class CommandDeleteRifts extends DDCommandBase
|
||||
|
||||
private CommandDeleteRifts()
|
||||
{
|
||||
super("dd-???");
|
||||
super("dd-???", "FIXME");
|
||||
}
|
||||
|
||||
public static CommandDeleteRifts instance()
|
||||
@@ -84,5 +84,6 @@ public class CommandDeleteRifts extends DDCommandBase
|
||||
sender.sendChatToPlayer("Removed "+linksRemoved+" rifts.");
|
||||
}
|
||||
}
|
||||
return DDCommandResult.SUCCESS; //TEMPORARY HACK
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user