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:
@@ -14,7 +14,7 @@ public class CommandDeleteDimensionData extends DDCommandBase
|
||||
|
||||
private CommandDeleteDimensionData()
|
||||
{
|
||||
super("dd-deletedimension");
|
||||
super("dd-deletedimension", "FIXME");
|
||||
}
|
||||
|
||||
public static CommandDeleteDimensionData instance()
|
||||
@@ -90,5 +90,6 @@ public class CommandDeleteDimensionData extends DDCommandBase
|
||||
sender.sendChatToPlayer("Error- dimension "+targetDim+" not registered with dimDoors");
|
||||
}
|
||||
}
|
||||
return DDCommandResult.SUCCESS; //TEMPORARY HACK
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user