Implemented world.getWorldFolder

This commit is contained in:
Nathan Adams
2011-11-25 03:47:12 +00:00
parent 20a0b0a9be
commit ef75a286ac
2 changed files with 6 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ public class PlayerNBTManager implements PlayerFileData, IDataManager {
}
}
protected File a() {
public File a() { // CraftBukkit - public to private
return this.b;
}