Additional Fixes

Removed unused import from DDProperties. Changed argument lists of
CommandDeleteRifts, CommandDeleteAllLinks, and
CommandDeleteDimensionData to read "???" since we want to get this
update out and those commands are used infrequently. We'll fix them to
have proper information for the next update.
This commit is contained in:
SenseiKiwi
2013-07-16 17:00:25 -04:00
parent f97b40f2c5
commit ab05db40fe
4 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ public class CommandDeleteRifts extends DDCommandBase
private CommandDeleteRifts()
{
super("dd-???", "FIXME");
super("dd-???", "???");
}
public static CommandDeleteRifts instance()