added server commands, prune_pocket_dims and delete_rifts <dimID>

Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
This commit is contained in:
StevenRS11
2013-03-23 01:25:50 -04:00
parent f800a9a353
commit 55dc5edb9b
7 changed files with 190 additions and 24 deletions

View File

@@ -270,7 +270,6 @@ public class RenderDimDoor extends TileEntitySpecialRenderer
{
if(mod_pocketDim.enableDoorOpenGL)
{
System.out.println("rendering");
this.renderDimDoorTileEntity((TileEntityDimDoor)par1TileEntity, par2, par4, par6, par8);
}
}