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:
@@ -2,8 +2,6 @@ package StevenDimDoors.mod_pocketDim;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
import StevenDimDoors.mod_pocketDim.world.LimboGenerator;
|
|
||||||
|
|
||||||
import net.minecraftforge.common.Configuration;
|
import net.minecraftforge.common.Configuration;
|
||||||
|
|
||||||
public class DDProperties
|
public class DDProperties
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class CommandDeleteAllLinks extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteAllLinks()
|
private CommandDeleteAllLinks()
|
||||||
{
|
{
|
||||||
super("dd-deletelinks", "FIXME");
|
super("dd-deletelinks", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteAllLinks instance()
|
public static CommandDeleteAllLinks instance()
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class CommandDeleteDimensionData extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteDimensionData()
|
private CommandDeleteDimensionData()
|
||||||
{
|
{
|
||||||
super("dd-deletedimension", "FIXME");
|
super("dd-deletedimension", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteDimensionData instance()
|
public static CommandDeleteDimensionData instance()
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ public class CommandDeleteRifts extends DDCommandBase
|
|||||||
|
|
||||||
private CommandDeleteRifts()
|
private CommandDeleteRifts()
|
||||||
{
|
{
|
||||||
super("dd-???", "FIXME");
|
super("dd-???", "???");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static CommandDeleteRifts instance()
|
public static CommandDeleteRifts instance()
|
||||||
|
|||||||
Reference in New Issue
Block a user