added another command- delete_all_links

Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
This commit is contained in:
StevenRS11
2013-03-23 02:29:20 -04:00
parent 55dc5edb9b
commit 37d82207d7
4 changed files with 131 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ public class pocketProvider extends WorldProvider
public String getDimensionName()
{
// TODO Auto-generated method stub
return "PocketDim";
return "PocketDim "+this.dimensionId;
}