Updated version to 1.2.5-R0.1-SNAPSHOT

This commit is contained in:
Dinnerbone (Laptop)
2012-03-30 23:33:51 +02:00
parent e0c01154b0
commit 1fa4d8430e
15 changed files with 100 additions and 166 deletions

View File

@@ -219,6 +219,10 @@ public class WorldNBTStorage implements PlayerFileData, IDataManager {
return this;
}
public String[] getSeenPlayers() {
return this.playerDir.list();
}
public void e() {}
public File getDataFile(String s) {