Renamed printAllLinkData and limbo decay

This commit is contained in:
StevenRS11
2013-07-11 20:42:57 -04:00
parent 8193805b44
commit 33169dc2fb
8 changed files with 42 additions and 114 deletions

View File

@@ -232,7 +232,7 @@ public class DimData implements Serializable
return null;
}
public ArrayList<LinkData> printAllLinkData()
public ArrayList<LinkData> getLinksInDim()
{
//TODO: We might want to modify this function, but I'm afraid of breaking something right now.
//To begin with, the name is wrong. This doesn't print anything! >_o ~SenseiKiwi