1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-19 21:48:48 +01:00

Fixed comment

This commit is contained in:
Nathan Adams 2011-11-25 03:50:10 +00:00
parent ef75a286ac
commit a105ec32b3

View file

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